/* Noto Sans — WOFF2 first, TTF fallback. (DO-3532)
 * The TTF originals were the only format served; woff2 cuts the family from
 * 2,310 KB to 1,579 KB over the wire (TTF gzips in transit, woff2 is already
 * brotli-compressed internally, so that 32% is the real saving — not the 66%
 * the raw file sizes suggest).
 * font-display: swap was already correct and is unchanged.
 */
@font-face {
  font-family: 'Noto Sans';
  src: url('./NotoSans-Fonts/NotoSans-Regular.woff2') format('woff2'),
       url('./NotoSans-Fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('./NotoSans-Fonts/NotoSans-Medium.woff2') format('woff2'),
       url('./NotoSans-Fonts/NotoSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('./NotoSans-Fonts/NotoSans-SemiBold.woff2') format('woff2'),
       url('./NotoSans-Fonts/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('./NotoSans-Fonts/NotoSans-Bold.woff2') format('woff2'),
       url('./NotoSans-Fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('./NotoSans-Fonts/NotoSans-Italic.woff2') format('woff2'),
       url('./NotoSans-Fonts/NotoSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('./NotoSans-Fonts/NotoSans-MediumItalic.woff2') format('woff2'),
       url('./NotoSans-Fonts/NotoSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('./NotoSans-Fonts/NotoSans-SemiBoldItalic.woff2') format('woff2'),
       url('./NotoSans-Fonts/NotoSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('./NotoSans-Fonts/NotoSans-BoldItalic.woff2') format('woff2'),
       url('./NotoSans-Fonts/NotoSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
