<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
	font-family: 'AritaBuri';
	font-style: normal;
	font-weight: 400;
	src: local('※'),
        url('../font/Arita-buriM.woff2') format('woff2'), 
        url('../font/Arita-buriM.woff') format('woff'),
        url('../font/Arita-buriM.ttf') format('truetype');
}
 
@font-face {
	font-family: 'AritaBuri';
	font-style: normal;
	font-weight: 700;
	src: local('※'),
        url('../font/Arita-buriSB.woff2') format('woff2'), 
        url('../font/Arita-buriSB.woff') format('woff'),
        url('../font/Arita-buriSB.ttf') format('truetype');
}</pre></body></html>