:root {
  --primarytextcolour: #1F1F1F;
  --secondarytextcolour:  #ffffff;
  --primarycolour:  #363636;
  --secondarycolour:  #6F7A66;
  --tertiarycolour: #B7BEB1;
  --quaternarycolour:#EAECE9;
  --accent1-colour: #F26430;
  --accent2-colour: #fff;

      /*  em fontsize */
      --font-size-l: 1.25em;  /* 20px */
      --font-size-m: 1em;     /* 16px */
      --font-size-s: 0.75em;  /* 12px */
      --font-size-xl: 1.5em;  /* 24px */
      --font-size-xxl: 2.25em;/* 36px */
      --font-size-xxxl: 3.25em; /*52px*/
    
      --font-size-tablet-xs: 0.75em; /* 12px */
      --font-size-tablet-s: 0.875em; /* 14px */
      --font-size-tablet-m: 1.125em; /* 18px */
      --font-size-tablet-l: 1.5em;   /* 24px */
      --font-size-tablet-xl: 2em;    /* 32px */
  
  
      --font-family-raleway: "Raleway", "Montserrat";
      --font-family-open-sans: "Open Sans", "Helvetica";
  

  h1 {
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height:1.4em;
    /* text-align:center; */
  }

  h2 {
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height:1.4em;
    /* text-align:center; */
  }

  h3 {
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height:1.4em;
    /* text-align:center; */
  }

  h4 {
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height:1.2em;
    /* text-align:center; */
  }

  p, label, li {
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height:1.4em;
    /* text-align:left; */
  }

 /* input {
    font-family: var(--font-family-open-sans);

  } */

   .bold {
    font-weight: 600!important;
  }

  a {
text-decoration: none;
  }

  .btn-s {
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height:1.2em;
    text-align:center;
  }

  .btn-m {
    font-size: 1.2em;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height:1.2em;
    text-align:center;
  }

  .btn-l {
    font-size: 1.4em;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height:1.2em;
    text-align:center;
  }

  .disclaimer {
    font-size:var(--font-size-s)!important;
  }


}

