﻿@font-face {
    font-family: "Noto Sans TC";
    font-style: normal;
    font-weight: 100;
    src: url(./NotoSansTC-Thin.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans TC";
    font-style: normal;
    font-weight: 300;
    src: url(./NotoSansTC-Light.ttf) format('truetype');;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans TC";
    font-style: normal;
    font-weight: 400;
    src: url(./NotoSansTC-Regular.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans TC";
    font-style: normal;
    font-weight: 500;
    src: url(./NotoSansTC-Medium.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans TC";
    font-style: normal;
    font-weight: 700;
    src: url(./NotoSansTC-Bold.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans TC";
    font-style: normal;
    font-weight: 900;
    src: url(./NotoSansTC-Black.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Material Icons Outlined";
    font-style: normal;
    font-weight: 400;
    src: url(./Material-Icon-Outlone.woff2) format("woff2");
    font-display: block;
}

.material-icons,
icon-o {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.material-icons-fill,
icon-f {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 1;
}