/* Self-hosted fonts (latin, woff2). Variable fonts cover the full weight range
   in a single file. Replaces the Google Fonts CDN for privacy + performance. */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/open-sans.woff2) format('woff2');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(../fonts/oswald.woff2) format('woff2');
}
