/* CSS Document */
/*-----fonts---*/
@font-face {
  font-family: "gilroy-l";
  src: url("../fonts/gilroy-light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "gilroy-r";
  src: url("../fonts/gilroy-regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "gilroy-eb";
  src: url("../fonts/gilroy-extrabold.ttf");
  font-display: swap;
}
.gilroy-l {
  font-family: "gilroy-l";
}

.gilroy-r {
  font-family: "gilroy-r";
}

.gilroy-eb {
  font-family: "gilroy-eb";
}