:root{
  --primary-colour: #a17ff9;
  --primary-colour-dark: #936bf8;
  --primary-colour-light: #bd92fa;
  --primary-colour-rgb: 161, 127, 249;
  --secondary-colour: #804ac6;
  --secondary-colour-dark: #753cc0;
  --secondary-colour-light: #9a59cb;
  --secondary-colour-rgb: 128, 74, 198;
  --tertiary-colour: #ffffff;
  --tertiary-colour-dark: #f5f5f5;
  --tertiary-colour-light: #ffffff;
  --tertiary-colour-rgb: 255, 255, 255;
  --quaternary-colour: #ffe100;
  --quaternary-colour-dark: #ebcf00;
  --quaternary-colour-light: #fbff14;
  --quaternary-colour-rgb: 255, 225, 0;
  --palette-elite: #246172;
  --palette-elite-dark: #1f5463;
  --palette-elite-light: #296282;
  --palette-elite-rgb: 36, 97, 114;
  --palette-elite-lgt: #58adad;
  --palette-elite-lgt-dark: #4fa2a2;
  --palette-elite-lgt-light: #65aab4;
  --palette-elite-lgt-rgb: 88, 173, 173;
  --palette-sports-venue-summit: #007aff;
  --palette-sports-venue-summit-dark: #0070eb;
  --palette-sports-venue-summit-light: #1465ff;
  --palette-sports-venue-summit-rgb: 0, 122, 255;
  --palette-sports-venue-summit-lgt: #27aaf9;
  --palette-sports-venue-summit-lgt-dark: #13a2f9;
  --palette-sports-venue-summit-lgt-light: #3a98fa;
  --palette-sports-venue-summit-lgt-rgb: 39, 170, 249;
  --palette-match-indoor: #e13e23;
  --palette-match-indoor-dark: #d3361d;
  --palette-match-indoor-light: #e46534;
  --palette-match-indoor-rgb: 225, 62, 35;
  --palette-match-indoor-lgt: #fc513a;
  --palette-match-indoor-lgt-dark: #fc3f26;
  --palette-match-indoor-lgt-light: #fd7a4e;
  --palette-match-indoor-lgt-rgb: 252, 81, 58;
  --palette-brand-match: #804ac6;
  --palette-brand-match-dark: #753cc0;
  --palette-brand-match-light: #9a59cb;
  --palette-brand-match-rgb: 128, 74, 198;
  --palette-brand-match-lgt: #a17ff9;
  --palette-brand-match-lgt-dark: #936bf8;
  --palette-brand-match-lgt-light: #bd92fa;
  --palette-brand-match-lgt-rgb: 161, 127, 249;
}
