/* Branding:

Main font: Poppins
Secondary font: Quicksand

Blue 1: #1F09FF
Blue 2: #0D9FEF
Blue Gradient: background: linear-gradient(90deg, #0D9FEF 0%, #1F09FF 100%);

Yellow 1: #FFD700
Yellow 2: #FFEE91
Yellow Gradient: background: linear-gradient(270.14deg, #FFEE91 0.09%, #FFD700 96.94%); 

Grey 1: #A1A0A0 */
/* 
.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
   */


/* .quicksand-<uniquifier> {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: <Use a value from 300 to 700>;
    font-style: normal;
  } */

  html, body {
    overflow-x: hidden;
    margin:0;
    background-color: #FAFAFF;
  }

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  
html {
    scroll-behavior:smooth;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 51px;
    line-height: 1.4;
}