@font-face {
    font-family: "memberRegular";
    src: url("/member/static/fonts/NotoSansTC-Light.otf") format('opentype');
}

@font-face {
    font-family: "memberMedium";
    src: url("/member/static/fonts/NotoSansTC-Regular.otf") format('opentype');
}

@font-face {
    font-family: "memberSemiBold";
    src: url("/member/static/fonts/NotoSansTC-Medium.otf") format('opentype');
}

@font-face {
    font-family: "memberBold";
    src: url("/member/static/fonts/NotoSansTC-Bold.otf") format('opentype');
}

@font-face {
    font-family: "memberExtraBold";
    src: url("/member/static/fonts/NotoSansTC-Black.otf") format('opentype');
}
