/* Imports */
:root {
  /*# Colours */
  --main-colour: #000958;
  --main-colour-70-alpha: rgba(0, 9, 88, 0.7);
  --accent-colour: #FDDAB9;
  --alt-colour: #2C1D40;

  /* Type: fonts */
  --header-font: 'Noto Serif', serif;
  --body-font: 'Source Serif Pro', 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-thin: 100;
  --font-weight-lighter: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-bolder: 800;
  --font-weight-black: 900;
  --font-weight-heading: 700;

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