/*
 * Gilroy — положите .woff2 и .woff в эту же папку (имена должны совпадать с url ниже).
 * Если ваш набор называет SemiBold иначе — переименуйте файлы или поправьте путь (часто: Gilroy-Semibold).
 */
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("Gilroy-Regular.woff2") format("woff2"),
    url("Gilroy-Regular.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("Gilroy-Medium.woff2") format("woff2"),
    url("Gilroy-Medium.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("Gilroy-Semibold.woff2") format("woff2"),
    url("Gilroy-Semibold.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("Gilroy-Bold.woff2") format("woff2"),
    url("Gilroy-Bold.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("Gilroy-Extrabold.woff2") format("woff2"),
    url("Gilroy-Extrabold.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("Gilroy-Black.woff2") format("woff2"),
    url("Gilroy-Black.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("Gilroy-Light.woff2") format("woff2"),
    url("Gilroy-Light.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("Gilroy-UltraLight.woff2") format("woff2"),
    url("Gilroy-UltraLight.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("Gilroy-Thin.woff2") format("woff2"),
    url("Gilroy-Thin.woff") format("woff");
}
