@charset "UTF-8";
/* CSS Document */

/* ================================================================================ */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: bold;
    font-weight: 800;
    src: url('NotoSansCJKjp-Medium.otf') format('opentype'),
	url('NotoSansCJKjp-Medium.woff2') format('woff2'),
    url('NotoSansCJKjp-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('NotoSansCJKjp-DemiLight.otf') format('opentype'),
	url('NotoSansCJKjp-DemiLight.woff2') format('woff2'),
    url('NotoSansCJKjp-DemiLight.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: thin;
    font-weight: 100;
    src: url('NotoSansCJKjp-Thin.otf') format('opentype'),
	url('NotoSansCJKjp-Thin.woff2') format('woff2'),
    url('NotoSansCJKjp-Thin.woff') format('woff');
}

/* ================================================================================ */
@font-face {
    font-family: 'Noto Sans Mono';
    font-style: normal;
    font-weight: 400;
    src: url('NotoSansMono-Regular.otf') format('opentype'),
	url('NotoSansMono-Regular.woff2') format('woff2'),
    url('NotoSansMono-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans Mono';
    font-style: thin;
    font-weight: 100;
    src: url('NotoSansMono-Thin.otf') format('opentype'),
	url('NotoSansMono-Thin.woff2') format('woff2'),
    url('NotoSansMono-Thin.woff') format('woff');
}