/* Imports */
:root {
  /*# Colours */
  --main-colour: #AF0800;
  --main-colour-70-alpha: rgba(175, 8, 0, 0.7);
  --accent-colour: #FFE8AC;
  --alt-colour: #181313;

  /* Type: fonts */
  --header-font: 'Red Hat Display', sans-serif;
  --body-font: 'Red Hat Display', 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: 500;
  --font-weight-bold: 700;
  --font-weight-heading: 900;

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