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

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

@font-face {
    font-family: 'Gotham-M';
    src: url('fonts/GothamMedium.eot');
    src: url('fonts/GothamMediumd41d.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamMedium.woff2') format('woff2'),
        url('fonts/GothamMedium.woff') format('woff');
    font-weight: 300;
    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: "Gotham", 'Noto Sans TC', 'Noto Sans SC',Helvetica,Arial,'Microsoft JhengHei',sans-serif;
    ！font-family: "MyriadPro-Regular";
}



/*
.zh { font-family: 'Noto Sans TC','Gotham',Helvetica,Arial,'Microsoft JhengHei',sans-serif; }
.cn { font-family: 'Noto Sans SC','Gotham',Helvetica,Arial,'Microsoft JhengHei',sans-serif; }
*/


