/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps.
 */

@font-face {
  font-family: 'Alaska VAR';
  src: url("/AlaskaVAR.woff2") format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/*
 * Nunito Sans — Cyrillic fallback (Alaska VAR lacks Cyrillic glyphs).
 * Static instances at wght=500 declared as 400, wght=700 declared as 700,
 * so the heavier Nunito strokes match Alaska's optical weight.
 */

/* Cyrillic — normal (actual wght 500, declared as 400) */
@font-face {
  font-family: 'Nunito Sans';
  src: url("/NunitoSans-cyrillic-500.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  size-adjust: 105.5%;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* Cyrillic-ext — normal */
@font-face {
  font-family: 'Nunito Sans';
  src: url("/NunitoSans-cyrillic-ext-500.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  size-adjust: 105.5%;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* Cyrillic — bold (actual wght 700) */
@font-face {
  font-family: 'Nunito Sans';
  src: url("/NunitoSans-cyrillic-700.woff2") format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  size-adjust: 105.5%;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* Cyrillic-ext — bold */
@font-face {
  font-family: 'Nunito Sans';
  src: url("/NunitoSans-cyrillic-ext-700.woff2") format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  size-adjust: 105.5%;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
