/*=== Typography ===*/
/*--  Gilroy font  --*/
@font-face {
  font-family: "Gilroy Bold";
  src: url("../fonts/gilroy/gilroy-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Gilroy Light";
  src: url("../fonts/gilroy/gilroy-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Gilroy Medium";
  src: url("../fonts/gilroy/gilroy-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Gilroy Regular";
  src: url("../fonts/gilroy/gilroy-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}