@font-face {
    src: url(./Humanist521BT-Bold.otf);
    font-family: "humanist";
    font-weight: bold;
}

@font-face {
    src: url(./Humanist521BT-Roman.otf);
    font-family: "humanist";
    font-weight: 500;
}

@font-face {
    src: url(./Museo700.otf);
    font-family: "museo";
    font-weight: bold;
}

@font-face {
    src: url(./Museo500.otf);
    font-family: "museo";
    font-weight: 500;
}

@font-face {
    src: url(./Museo300.otf);
    font-family: "museo";
    font-weight: 300;
}

@font-face {
    src: url("./NotoSansTC-Bold.otf") format("opentype");
    font-family: "NotoSansTC";
    font-weight: bold;
}

@font-face {
    src: url("./NotoSansTC-Regular.otf") format("opentype");
    font-family: "NotoSansTC";
    font-weight: 400;
}

@font-face {
    src: url("./NotoSansTC-Light.otf") format("opentype");
    font-family: "NotoSansTC";
    font-weight: 300;
}