/* ==========================================================================
   Estia Homes — self-hosted brand fonts (325 brand system)
   Headline: Poppins (geometric sans, weights 400/500/600/700).
   Paragraph: Roboto (variable, weight axis 100–900 in one file).
   Downloaded from Google Fonts (latin subset) and served locally so there is
   no render-blocking third-party request. font-display:swap keeps text visible.
   ========================================================================== */

/* ---- Poppins (headlines) ---- */
@font-face{
  font-family:'Poppins';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../fonts/Poppins-400.woff2') format('woff2');
}
@font-face{
  font-family:'Poppins';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('../fonts/Poppins-500.woff2') format('woff2');
}
@font-face{
  font-family:'Poppins';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('../fonts/Poppins-600.woff2') format('woff2');
}
@font-face{
  font-family:'Poppins';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('../fonts/Poppins-700.woff2') format('woff2');
}

/* ---- Roboto (paragraph / body) — variable weight axis ---- */
@font-face{
  font-family:'Roboto';
  font-style:normal;
  font-weight:100 900;                 /* variable weight axis */
  font-display:swap;
  src:url('../fonts/Roboto-var.woff2') format('woff2');
}
