/* CSS Document */
@import url("scrollbar.css");
@import url("reset.css");
@import url("default.css");

/* Google Material Icons */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');
@import url('https://fonts.googleapis.com/css2?family=Material+Icons');

/* web fonts 100-900 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

.NotoSans{ font-family: 'Noto Sans JP';}
.NotoSerif{ font-family: 'Noto Serif JP';}
.MPLUS1{ font-family: 'M PLUS 1';}
.MPLUS2{ font-family: 'M PLUS 2';}

.ZenKakuGothic{ font-family: 'Zen Kaku Gothic New';}
.ZenMaruGothic{ font-family: 'Zen Maru Gothic';}
.ZenOldMincho{ font-family: 'Zen Old Mincho';}

@font-face{ font-family: 'Graphik Compact Regular'; src: url('../fonts/GraphikCompactRegular.woff') format('woff');}
@font-face{ font-family: 'Graphik Compact Medium'; src: url('../fonts/GraphikCompactMedium.woff') format('woff');}


