@font-face {
	font-family: 'Nostrav1.0-StreamTrial';
	src: url('/frontend/css/fonts/Nostrav1.0-StreamTrial.otf') format('opentype');
}

@font-face {
	font-family: 'MigraItalic';
	src: url('/frontend/css/fonts/MigraItalic-ExtraboldItalic.otf') format('opentype');
	font-weight: 800;
	font-style: italic;
    font-display:swap;
}

@font-face {
	font-family: 'MigraItalic';
	src: url('/frontend/css/fonts/MigraItalic-ExtralightItalic.otf') format('opentype');
	font-weight: 200;
	font-style: italic;
font-display:swap;
}

@font-face {
	font-family: 'PPTelegraf';
	src: url('/frontend/css/fonts/PPTelegraf-Regular.otf') format('opentype');
	font-weight: normal;
}

@font-face {
	font-family: 'PPTelegraf';
	src: url('/frontend/css/fonts/PPTelegraf-UltraBold.otf') format('opentype');
	font-weight: 900;
}

@font-face {
	font-family: 'PPTelegraf';
	src: url('/frontend/css/fonts/PPTelegraf-UltraboldSlanted.otf') format('opentype');
	font-weight: 900;
	font-style: oblique;
}