@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
  margin: 0;
  padding: 0 !important;
  font-family: 'Outfit';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden;
}

html {
  overflow-y: scroll;
}

a:hover {
  color: #000000;
}

#section-ads {
  padding: 30px 0;
}

/* Root */
:root {
  --primaryColor: #171F54;
  --secondaryColor: #6095FA;
  --secondaryColorOpacity: #F0F5FF;
  --terciaryColor: #DB11B6;
  --primaryColorDark: #021d32;
  --mintGreen: #94C9A9;
  --grey: #2A2B2B;
}