/* Oswald Variable Font — Latin + Latin-ext + Cyrillic + Vietnamese
 * Source: github.com/google/fonts (ofl/oswald), OFL-1.1 (see OFL.txt)
 * Self-hosted (no CDN). 단일 가변 파일, weight 200–700.
 * 로드: config/site/lighthouse.php vendor_styles → 'fonts/Oswald/oswald.css'
 * 적용: .no-oswald 유틸 (resources/scss/home/base/_utils.scss) / var(--font-oswald-family) */

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url('./Oswald-Variable.woff2') format('woff2');
}
