/* ===== Self-hosted webfonts (WOFF2) ===== */
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins-v23-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* Optional CLS helpers (safe defaults) */
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/roboto-v48-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/roboto-v48-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

/* Google Material Symbols (self-hosted variable font, outlined) */
@font-face {
  font-family: "Material Symbols Outlined";
  src: url("/fonts/material-symbols-outlined.woff2") format("woff2");
  font-weight: 100 700;
  font-style: normal;
  font-display: block; /* hide ligature text until the icon font is ready */
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 40;
  -webkit-font-smoothing: antialiased;
}

/* Families used by your site */
.font-ui      { font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif; }
.font-heading { font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif; }
