/* ============================================================
   SterlingCraft — Fonts
   Display / headings : Montaga (the brand typeface, self-hosted)
   Body / UI          : Hanken Grotesk (complementary humanist sans,
                        loaded from Google Fonts — see readme CAVEATS)
   ============================================================ */

/* Brand display face — shipped with the system */
@font-face {
  font-family: "Montaga";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/montaga-regular.ttf") format("truetype");
}

/* Complementary text/UI face. Montaga ships only one weight, so the
   design system pairs it with a quiet humanist sans for body & UI. */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
