/* Self-hosted Open Sans (variable, latin) — replaces the Google Fonts CDN so
   the theme font is available immediately with no external request / FOUT. */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url('/fonts/open-sans/OpenSans-Variable.woff2') format('woff2');
}
