:root{
  --primary-colour: #fbc112;
  --primary-colour-dark: #f5b904;
  --primary-colour-light: #fce326;
  --primary-colour-rgb: 251, 193, 18;
  --secondary-colour: #f39220;
  --secondary-colour-dark: #f2890d;
  --secondary-colour-light: #f4b533;
  --secondary-colour-rgb: 243, 146, 32;
  --tertiary-colour: #f3d2af;
  --tertiary-colour-dark: #f0c89d;
  --tertiary-colour-light: #f6e3c1;
  --tertiary-colour-rgb: 243, 210, 175;
  --quaternary-colour: #62bbd3;
  --quaternary-colour-dark: #52b4cf;
  --quaternary-colour-light: #72b4d8;
  --quaternary-colour-rgb: 98, 187, 211;
  --palette-rich-gold: #d4af37;
  --palette-rich-gold-dark: #cba62b;
  --palette-rich-gold-light: #d8c947;
  --palette-rich-gold-rgb: 212, 175, 55;
  --palette-deep-brown: #050000;
  --palette-deep-brown-dark: #000000;
  --palette-deep-brown-light: #190300;
  --palette-deep-brown-rgb: 5, 0, 0;
}
