@charset "UTF-8";

@font-face
{
	font-family: 'GG-R';
	src:
		url('https://losthomes-digital.jp/noto/_fonts/GenShinGothic-Regular-web.ttf') format('truetype')
	;
	font-weight: 500;
}

@font-face
{
	font-family: 'GG-B';
	src:
		url('https://losthomes-digital.jp/noto/_fonts/GenShinGothic-Bold-web.ttf') format('truetype')*
	;
	font-weight: 700;
}

@font-face
{
	font-family: 'R-R';
	src:
		url('https://losthomes-digital.jp/noto/_fonts/Roboto-Regular.ttf') format('truetype')
	;
	font-weight: 500;
}

@font-face
{
	font-family: 'R-B';
	src:
		url('https://losthomes-digital.jp/noto/_fonts/Roboto-Bold.ttf') format('truetype')
	;
	font-weight: 700;
}