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

/*Monda*/
@font-face {
  font-family: 'Monda';
  font-style: italic;
  font-weight: 100 900; /* 可變範圍 */
  font-display: swap;
  src: url('fonts/Monda-VariableFont_wght.ttf') format('truetype-variations');
}


/*Lato*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/Lato-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Lato-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Lato-Black.ttf') format('truetype');
}
