@font-face {
    font-family: 'Karasuma Gothic';
    src: url('KarasumaGothic-Regular.woff2') format('woff2'),
        url('KarasumaGothic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'Night in Tokyo';
    src: url('NightinTokyo-Regular.woff2') format('woff2'),
        url('NightinTokyo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Night in Tokyo Shadow';
    src: url('NightinTokyoShadow-Regular.woff2') format('woff2'),
        url('NightinTokyoShadow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Night in Tokyo';
    src: url('NightinTokyo-Bold.woff2') format('woff2'),
        url('NightinTokyo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/
body {
	font-family: 'Karasuma Gothic';
    /*font-weight: normal;
    font-style: normal;*/
}
/*
.jp-regular {
    font-family: 'Night in Tokyo';
    font-weight: normal;
    font-style: normal;
}

.jp-shadow {
    font-family: 'Night in Tokyo Shadow';
    font-weight: normal;
    font-style: normal;
}

.jp-bold {
    font-family: 'Night in Tokyo';	
    font-weight: bold;
    font-style: normal;
}
h1.jp-bold {
	font-size: 3rem!important;
}
h2.jp-bold {
	font-size: 2.5rem!important;	
}
h3.jp-bold {
	font-size: 2.25rem!important;	
}
h4.jp-bold, h5.jp-bold, h6.jp-bold {
	font-size: 2rem!important;	
}
		h1 {
			font-size: 5em;
		}
		h2 {
			font-size: 2.55em;
		}
		h3 {
			font-size: 2.75em;
		}		
	*/	
	.dwe-external {
			width: 1em;
		}