/*
 * Локальные шрифты проекта.
 * Не используем local(...), чтобы браузер всегда загружал одинаковую
 * версию Gilroy из /ajva-finance/assets/fonts/.
 */
@font-face {
  font-family: "Gilroy";
  src: url("./Gilroy-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./Gilroy-Light.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./Gilroy-Light.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./Gilroy-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./Gilroy-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./Gilroy-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./Gilroy-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --ajva-font: "Gilroy", Arial, Helvetica, sans-serif;
}

html,
body {
  font-family: var(--ajva-font);
}

button,
input,
select,
textarea {
  font-family: inherit;
}
