@font-face {
  font-family: Inter;
  src: url('/Fonts/Inter/Inter-Regular.ttf');
}

body{
     font-family: Inter;
}

.MenuItem{
     font-family: Inter;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     color: white;
}

.whiteMainTitle{
     color: #FFF;
     font-family: Inter;
     font-size: 28px;
     font-style: normal;
     font-weight: 800;
     line-height: normal;
}

.greyMainSubtitle{
     color: #808080;
     font-family: Inter;
     font-size: 24px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
}
 .btn{
     color: #000;
     text-align: center;
     font-family: Inter;
     font-size: 20px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
 }

 .titleWhite{
      color: #FFF;
     font-family: Inter;
     font-size: 24px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
 }
 
 .titleVeemo{
     color: var(--Veemo, #BA91B3);
     font-family: Inter;
     font-size: 24px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
 }

 .greySubtitle{
  
     color: #808080;
     font-family: Inter;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
 }

.whiteSubtitle{
     color: #FFF;
     font-family: Inter;
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
}
