@font-face {
	font-family: 'FSRailway';
	font-style: normal;
	font-weight: normal;
	src: local('FSRailway'),
		url('/static/fonts/FSRailway/OT_CFF/FSRAIL55.otf') format('opentype'),
		/*url('/app/static/fonts/FSRailway/OT_TTF/FSRAIL55.ttf') format('truetype')*/
		url('/static/fonts/FSRailway/OT_TTF/FSRAIL55.ttf') format('truetype')
}

@font-face {
	font-family: 'FSRailway';
	font-style: normal;
	font-weight: bold;
	src: local('FSRailway'),
		url('/static/fonts/FSRailway/OT_CFF/FSRAIL75.otf') format('opentype'),
		url('/static/fonts/FSRailway/OT_TTF/FSRAIL75.ttf') format('truetype')
}

@font-face {
	font-family: 'RussianRail G Pro';
	font-style: normal;
	font-weight: normal;
	src: local('RussianRail G Pro'),
		url('/static/fonts/RussianRail G Pro/RussianRail G Regular.otf') format('opentype')
}

@font-face {
	font-family: 'RussianRail G Pro';
	font-style: normal;
	font-weight: bold;
	src: local('RussianRail G Pro'),
		url('/static/fonts/RussianRail G Pro/RussianRail G Pro Bold.otf') format('opentype')
}

@font-face {
	font-family: 'Chocolate';
	font-style: normal;
	font-weight: bold;
	src: local('RussianRail G Pro'),
		url('/static/fonts/Chocolate.otf') format('opentype')
}

@font-face {
	font-family: 'CaviarDreams';
	font-style: normal;
	font-weight: normal;
	src: local('CaviarDreams'),
		url('/static/fonts/Caviar/CaviarDreams.ttf') format('truetype')
}

@font-face {
	font-family: 'CaviarDreams';
	font-style: normal;
	font-weight: bold;
	src: local('CaviarDreams'),
		url('/static/fonts/Caviar/CaviarDreams_Bold.ttf') format('truetype')
}