/**
/* Colours
/* ----------------------------------------------------------------------------- */
:root {
  --aps-primary-color: #8463ED;
  --aps-primary-light: #ede8fc;
  --aps-primary-dark: #4f3b8e;
  --aps-primary-alpha: rgba(132, 99, 237, 0.2);
  --aps-secondary-color: #0F2A48;
  --aps-secondary-light: #1D4F86;
  --aps-secondary-dark: #09192b;
  --aps-secondary-alpha: rgba(15, 42, 72, 0.2);
  --aps-tertiary-color: #484848;
  --aps-tertiary-light: #919191;
  --aps-tertiary-dark: #2b2b2b;
  --aps-tertiary-alpha: rgba(72, 72, 72, 0.2);
  --aps-font-name: "Montserrat";
  --aps-font-light: 300;
  --aps-font-normal: 400;
  --aps-font-bold: 600;
}