/*
 * Self-hosted brand fonts — Montserrat (headings) + Roboto (body).
 * Variable-font woff2 (latin subset) pulled from Google Fonts once at build
 * time; served locally so the theme carries NO runtime Google Fonts / Weebly
 * CDN dependency. url() is relative to this file (assets/), so it resolves
 * whether the theme lives at /wp-content/themes/spider-astra-child/ or in a
 * staging clone. Weights: Montserrat 500-800, Roboto 400-700 (matches the
 * weights spider-style.css referenced).
 */
@font-face{
  font-family:'Montserrat';
  font-style:normal;
  font-weight:500 800;
  font-display:swap;
  src:url('fonts/montserrat-variable-latin.woff2') format('woff2');
}
@font-face{
  font-family:'Roboto';
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url('fonts/roboto-variable-latin.woff2') format('woff2');
}
