/* Шрифты локально, woff2. Actay/Actay Wide — Freeware (Serdar Ozturk),
   Denistina — free personal (вопрос коммерческой лицензии открыт),
   Raleway — OFL, вариативный. */
@font-face {
  font-family: 'Actay Wide';
  src: url('../assets/fonts/actay-wide-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Actay';
  src: url('../assets/fonts/actay-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../assets/fonts/raleway-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Denistina';
  src: url('../assets/fonts/denistina.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
