@charset "UTF-8";

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

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

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

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

@font-face
{
	font-family: "f-icons";
	src:
		url('https://colors-utsunomiya.com/_fonts//foundation-icons.ttf') format('truetype')
/*		url('http://127.0.0.1:8888/re-colors/_fonts/foundation-icons.ttf') format('truetype')*/
	;
	font-weight: normal;
}