/* FONTS*/

@import url('styles.min.css');

/* PLUGIN CSS */
@import url('selectize.css');

/* MAIN CSS */
@import url('../sass/style.css');

/* FONTS*/
@font-face {
    font-family: 'Noto Sans TC';
    src: url('../fonts/Noto_Sans_TC/NotoSansTC-Black.otf') format('otf'),
         url('../fonts/Noto_Sans_TC/NotoSansTC-Bold.otf') format('otf'),
         url('../fonts/Noto_Sans_TC/NotoSansTC-Light.otf') format('otf'),
         url('../fonts/Noto_Sans_TC/NotoSansTC-Medium.otf') format('otf'),
         url('../fonts/Noto_Sans_TC/NotoSansTC-Regular.otf') format('otf'),
         url('../fonts/Noto_Sans_TC/NotoSansTC-Thin.otf') format('otf');
}

@font-face {
    font-family: 'Noto Sans SC';
    src: url('../fonts/Noto_Sans_SC/NotoSansSC-Black.otf') format('otf'),
         url('../fonts/Noto_Sans_SC/NotoSansSC-Bold.otf') format('otf'),
         url('../fonts/Noto_Sans_SC/NotoSansSC-Light.otf') format('otf'),
         url('../fonts/Noto_Sans_SC/NotoSansSC-Medium.otf') format('otf'),
         url('../fonts/Noto_Sans_SC/NotoSansSC-Regular.otf') format('otf'),
         url('../fonts/Noto_Sans_SC/NotoSansSC-Thin.otf') format('otf');
}