/* @font-face {
  font-family: Gilroy;
  src: url(../fonts/gilroy/gilroy-regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/gilroy/gilroy-bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/gilroy/gilroy-medium.ttf);
  font-weight: 500;
} */

 @font-face {
  font-family: Inter;
  src: url(../fonts/inter/inter-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/inter/inter-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/inter/Inter-Medium.ttf);
  font-weight: 500;
} 