@charset "UTF-8";

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

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

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

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