<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*///////////////////////////////////////////////////////////////////
CSS information
 file_name : font.css
 style_info : Webfont Styles
///////////////////////////////////////////////////////////////////*/

/*===================================================================
 Google font
===================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Noto+Sans+JP:wght@100..900&amp;family=Noto+Serif+JP:wght@200..900&amp;display=swap');

/*===================================================================
 Upload font
===================================================================*/

@font-face {
	font-family: 'GT America Black';
	src: url('../../fonts/GT-America-Expanded-Black.woff');
}
@font-face {
	font-family: 'GT America Medium';
	src: url('../../fonts/GT-America-Expanded-Medium.woff');
}
@font-face {
	font-family: 'GT America Regular';
	src: url('../../fonts/GT-America-Expanded-Regular.woff');
}</pre></body></html>