/* ===== Self-hosted webfonts (WOFF2) — Savon Piippu (Stitch Modern Craft) =====
   Headlines/labels: Space Grotesk · Body/forms: Plus Jakarta Sans
   Icons: Material Symbols Outlined (subset — only the glyphs this site uses).
   All self-hosted; no Google CDN hotlinking. */

/* ---------- Space Grotesk (headings, labels) ---------- */
@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/space-grotesk-latin-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
  font-synthesis-weight: none;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/space-grotesk-latin-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
  font-synthesis-weight: none;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/space-grotesk-latin-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
  font-synthesis-weight: none;
}

/* ---------- Plus Jakarta Sans (body, forms) ---------- */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/plus-jakarta-sans-latin-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
  font-synthesis-weight: none;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/plus-jakarta-sans-latin-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
  font-synthesis-weight: none;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/plus-jakarta-sans-latin-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
  font-synthesis-weight: none;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/plus-jakarta-sans-latin-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
  font-synthesis-weight: none;
}

/* ---------- Material Symbols Outlined (subset) ---------- */
@font-face {
  font-family: "Material Symbols Outlined";
  src: url("/fonts/material-symbols-subset.woff2") format("woff2");
  font-weight: 100 700; font-style: normal; font-display: block;
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
