:root {
    --primary: #2A20FE;
    --primaryLight: #EAE9FB;
    --primaryDark: #16136C;
  
    --secondary: #00A4FF;
    --secondaryLight: '#E9F5FB';
    --secondaryDark: #134D6C;

    --accent01: '#03A703';
    --accent01Light: '#E6FFE6';
    --accent01Dark: '#027D02';

    --accent02: '#FF6B38';
    --accent02Light: '#FFECE5';
    --accent02Dark: '#802100';
  
    --white: #FFFFFF;
    --black: #1A1A1A;
    --base: #333333;
    --grey: #8D8D8D;
    --lightGrey: #DADADA;
    --whiteGrey: #F5F5F5;
  
    --error: #E10000;
    --info: #FFB340;
    --success: #248A3D;


    --tertiary: #FCBFB7;
    --tertiaryDark: #931606;
    --brandSecondary: #FFD12A;
  }

  *, *::before, *::after {box-sizing:border-box}
  a {text-decoration:none;color:inherit;cursor:pointer;}
  button {background-color:transparent;color:inherit;border-width:0;padding:0;cursor:pointer}
  button:focus {outline:0}
  input::-moz-focus-inner,fieldset{border:0;padding:0;margin:0}
  ul,li,ol,dd {margin:0;padding:0;}
  h1,h2,h3,h4,h5,h6 {margin:0;font-size:inherit;font-weight:inherit} 
  p,figure {margin:0}
  cite {font-style:normal}
  html, body {margin: 0; padding: 0;}