@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700;800;900&family=Barlow+Condensed:wght@600;700;800&family=JetBrains+Mono:wght@400;700&display=swap");

/* Logo / heavy-impact display face (brand-spec primary). Use sparingly:
   wordmarks, poster-scale numerals. UI headings use Barlow Condensed.
   Self-hosted from /public/fonts (served verbatim, same-origin). */
@font-face {
  font-family: "Impact";
  src: url("/fonts/impact.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Extended-charset Impact (accents, non-Latin) */
@font-face {
  font-family: "Impact Unicode";
  src: url("/fonts/unicode.impact.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Distressed display variant shipped with the brand package. Decorative only. */
@font-face {
  font-family: "Impacted";
  src: url("/fonts/Impacted.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

