/* ===== Self-hosted webfonts (WOFF2) — Savon Piippu (perus / faithful) =====
   Cabin for headings + body (matches the original site). Material Symbols for icons.
   All self-hosted; no Google CDN hotlinking. */

@font-face {
  font-family: "Cabin";
  src: url("/fonts/cabin-latin-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap; font-synthesis-weight: none;
}
@font-face {
  font-family: "Cabin";
  src: url("/fonts/cabin-latin-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap; font-synthesis-weight: none;
}
@font-face {
  font-family: "Cabin";
  src: url("/fonts/cabin-latin-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap; font-synthesis-weight: none;
}
@font-face {
  font-family: "Cabin";
  src: url("/fonts/cabin-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;
}
