@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: 'IBMPlexSansThai-Thin';
    src: url('/Static/IBMPlexSansThai/IBMPlexSansThai-Thin.ttf');
}

@font-face {
    font-family: 'IBMPlexSansThai-Light';
    src: url('/Static/IBMPlexSansThai/IBMPlexSansThai-Light.ttf');
}

@font-face {
    font-family: 'IBMPlexSansThai-Book';
    src: url('/Static/IBMPlexSansThai/IBMPlexSansThai-SemiBold.ttf');
}

@font-face {
    font-family: 'IBMPlexSansThai-Bold';
    src: url('/Static/IBMPlexSansThai/IBMPlexSansThai-Bold.ttf');
}

:root {
    --rm-font-thin: 'IBMPlexSansThai-Thin', "Gotham-Thin", "Roboto", "微軟雅黑";
    --rm-font-light: 'IBMPlexSansThai-Light', "Gotham-Light", "Roboto", "微軟雅黑";
    --rm-font-book: 'IBMPlexSansThai-Book', "Gotham-book", "Roboto", "微軟雅黑";
    --rm-font-bold: 'IBMPlexSansThai-Bold', 'Gotham-Bold', "Roboto", "微軟雅黑";
}
