/* Open Sans - multi-subset: latin, latin-ext, cyrillic, cyrillic-ext, greek, greek-ext, hebrew, vietnamese
   Weights 300, 400, 600. Formats: woff2 (modern), woff (legacy), ttf (fallback).
   One combined file per weight (like Google's full delivery) so all scripts render with Open Sans. */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./open-sans-300-all.woff2') format('woff2'),
       url('./open-sans-300-all.woff') format('woff'),
       url('./open-sans-300-all.ttf') format('truetype');
}

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

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./open-sans-600-all.woff2') format('woff2'),
       url('./open-sans-600-all.woff') format('woff'),
       url('./open-sans-600-all.ttf') format('truetype');
}
