@charset "utf-8";
/*///////////////////////////////////////////////////////////////////
CSS information
 file_name : font.css
 style_info : Webfont Styles
///////////////////////////////////////////////////////////////////*/

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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&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');
}