/* Self-hosted replacement for the Oswald + Maven Pro Google Fonts <link>
   printed from the "google_font_code" ACF option field (see header.php).
   Both files are Google's variable-font builds — declaring multiple
   @font-face blocks against the same file (one per weight actually used)
   mirrors exactly what fonts.googleapis.com itself serves, just without the
   extra DNS lookup + connection + render-blocking cross-origin request.
   Latin subset only (this is an English-only US site). */

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('oswald.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('oswald-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('oswald.woff2') format('woff2');
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('maven-pro.woff2') format('woff2');
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('maven-pro.woff2') format('woff2');
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('maven-pro.woff2') format('woff2');
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('maven-pro.woff2') format('woff2');
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('maven-pro.woff2') format('woff2');
}
