/* Local fonts manifest — using downloaded variable fonts
   Files expected under assets/fonts/Noto_Sans_TC,Roboto/Roboto and .../Noto_Sans_TC
   This file maps variable TTF fonts to font-family names used by the theme.
*/
@charset "UTF-8";

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('Noto_Sans_TC,Roboto/Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('Noto_Sans_TC,Roboto/Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('Noto_Sans_TC,Roboto/Noto_Sans_TC/NotoSansTC-VariableFont_wght.ttf') format('truetype');
}

/* Fallbacks (if variable fonts unavailable, theme will still use system fonts) */
