/* @font-face {
  font-family: 'Gilroy-Regular';
  src: url('./fonts/Gilroy-Regular.woff2') format('woff2'),
       url('./fonts/Gilroy-Regular.woff') format('woff'),
       url('./fonts/Gilroy-Regular.eot') format('embedded-opentype'),
       url('./fonts/MyFont.svg#Gilroy-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
 */


:root {
    color: #040100;
    font-size: 18px; /* increase base font size 16px -> 18px*/
}



@media only screen and (max-width: 768px) {
:root {
    font-size: 15px; /* reduce font size for mobile devices */
}
}

* {
    font-family: 'Manrope', 'Inter', sans-serif;
}