/* Imports */
:root {
  /*# Colours */
  --main-colour: #232829;
  --main-colour-70-alpha: rgba(35, 40, 41, 0.7);
  --accent-colour: #A4D9FF;
  --alt-colour: #033D6E;

  /* Type: fonts */
  --header-font: 'Libre Franklin', sans-serif;
  --body-font: 'Noto Sans', sans-serif;
  --global-font: 'Libre Franklin', arial, sans-serif;

 /* Type: size */
  --font-size-xxs: 12px;
  --font-size-xs: 14px;
  --font-size-s: 16px;
  --font-size-m: 18px;
  --font-size-l: 22px;
  --font-size-xl: 28px;
  --font-size-xxl: 32px;

 /* Type: weight */
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --font-weight-heading: 700;

 /* Type: text-transform */
  --text-transform-heading: uppercase;
}
