/* =============================================
   Self-hosted fonts — China-safe, no Google CDN
   ============================================= */

/* Source Sans 3 — variable font, weight 300–700 (Calibri-style sans-serif) */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('sourcesans3-var.woff2') format('woff2');
}

/* Merriweather — variable font, normal, weight 400–700 (Cambria-style serif) */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('merriweather-normal-var.woff2') format('woff2');
}

/* Merriweather — italic 400 */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('merriweather-400-italic.woff2') format('woff2');
}
