/* ============================================================
   Manrope, self-hosted.

   The design's font. Was pulled from Google Fonts by an @import
   inside styles.css — removed, because a public site in Kazakhstan
   should not depend on a Google request to render its own text,
   and headless rendering here has no guaranteed network.

   One variable file covers 200-800: 163 KB against 662 KB for the
   seven static weights it replaces.

   TODO: ship .woff2 (~70 KB). Needs `apt-get install woff2` or
   python3-fonttools, neither of which is installed.
   ============================================================ */

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-var.ttf') format('truetype-variations');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
