@charset "utf-8";

@font-face {
    font-family: 'Gotham-Light';
    src: url('/Static/Gotham/Gotham-Light.otf');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('/Static/Gotham/Gotham-Bold.otf');
}

@font-face {
    font-family: 'Gotham-Thin';
    src: url('/Static/Gotham/Gotham-Thin.otf');
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('/Static/Gotham/Gotham-Book.otf');
}

@font-face {
    font-family: 'NotoSans-Thin';
    src: url('/Static/NotoSans/NotoSans-Thin.ttf')
}

@font-face {
    font-family: 'NotoSans-Light';
    src: url('/Static/NotoSans/NotoSans-Light.ttf')
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('/Static/NotoSans/NotoSans-Regular.ttf')
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('/Static/NotoSans/NotoSans-Bold.ttf')
}


:root {
    --rm-font-thin: 'NotoSans-Thin', "Gotham-Thin", "Roboto", "微軟雅黑";
    --rm-font-light: 'NotoSans-Light', "Gotham-Light", "Roboto", "微軟雅黑";
    --rm-font-book: 'NotoSans-Regular', "Gotham-book", "Roboto", "微軟雅黑";
    --rm-font-bold: 'NotoSans-Bold', 'Gotham-Bold', "Roboto", "微軟雅黑";
}
