/* ── Self-hosted webfonts — KGH type system ──
   General Sans & Sentient · Indian Type Foundry via Fontshare
   ITF Free Font License (free for commercial use, self-hosting permitted) */

@font-face {
  font-family: "General Sans";
  src: url("../assets/fonts/general-sans-variable.woff2") format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sentient";
  src: url("../assets/fonts/sentient-variable-italic.woff2") format("woff2");
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
