@font-face{
    font-family: 'Didot';
    src: url('fonts/Didot.eot');
    src: url('fonts/Didot.eot?#iefix') format('embedded-opentype'),
        url('fonts/Didot.woff') format('woff'),
        url('fonts/Didot.ttf') format('truetype'),
        url('fonts/Didot.svg#Didot') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Regular.eot');
    src: url('fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graphik-Regular.woff2') format('woff2'),
        url('fonts/Graphik-Regular.woff') format('woff'),
        url('fonts/Graphik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.ttf") format("truetype"); 
}




body { 
    font-family: "Poppins",Helvetica,Arial,'Microsoft JhengHei',sans-serif;
    ！font-family: "MyriadPro-Regular";
}




.zh { font-family: 'Noto Serif TC','Poppins',Helvetica,Arial,'Microsoft JhengHei',sans-serif; }
.cn { font-family: 'Noto Serif SC','Poppins',Helvetica,Arial,'Microsoft JhengHei',sans-serif; }


