/* ==========================================================================
   Entfremdung — Webfonts
   Gromkiy: constructivist slab serif, variable weight (100 "Tihiy" → 900 "Gromkiy")
   Daneehand: raw marker hand, accents & marginalia only
   ========================================================================== */

/* Gromkiy ships a single static cut ("Tihiy", light). Declaring one source
   keeps browser bold-synthesis available for font-weight:700. */
@font-face {
  font-family: "Gromkiy";
  src: url("../assets/fonts/Gromkiy-VF.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Daneehand";
  src: url("../assets/fonts/Daneehand-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
