/* GGDrop Ru — шрифты хостятся в теме.
   FiraGO (текст, 400/500/600/700) + Rubik Distressed (дисплей, 400).
   Субсеты собраны из оригиналов: latin + latin-ext + cyrillic,
   знак ₽ (U+20BD) и · (U+00B7) проверены по cmap каждого начертания. */

@font-face {
	font-family: 'FiraGO';
	src: url('firago-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'FiraGO';
	src: url('firago-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'FiraGO';
	src: url('firago-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'FiraGO';
	src: url('firago-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'RubikDistressed';
	src: url('rubikdistressed-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
