/*
 * Шрифты — облегчённые версии: только латиница, кириллица, пунктуация и валюты
 * (включая ฿), оптическая ось зафиксирована. Полные файлы лежат рядом
 * (GoogleSans-Variable-subset.woff2 и GoogleSans-Italic-Variable-subset.woff2) — если понадобится
 * вернуть, достаточно убрать «-subset» из имён ниже.
 */
@font-face {
	font-family: "Google Sans";
	src: url("../fonts/GoogleSans/GoogleSans-Variable-subset.woff2") format("woff2-variations");
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
}

@font-face {
	font-family: "Google Sans";
	src: url("../fonts/GoogleSans/GoogleSans-Italic-Variable-subset.woff2") format("woff2-variations");
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
}

/* Совместимость со старыми именами шрифтов темы. */
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/GoogleSans/GoogleSans-Variable-subset.woff2") format("woff2-variations");
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
}

@font-face {
	font-family: "OpenSans";
	src: url("../fonts/GoogleSans/GoogleSans-Variable-subset.woff2") format("woff2-variations");
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
}

@font-face {
	font-family: "OpenSansLight";
	src: url("../fonts/GoogleSans/GoogleSans-Variable-subset.woff2") format("woff2-variations");
	font-style: normal;
	font-weight: 400;
	font-variation-settings: "GRAD" -50;
	font-display: swap;
}

@font-face {
	font-family: "OpenSansSemiBold";
	src: url("../fonts/GoogleSans/GoogleSans-Variable-subset.woff2") format("woff2-variations");
	font-style: normal;
	font-weight: 400;
	font-variation-settings: "wght" 600;
	font-display: swap;
}

@font-face {
	font-family: "OpenSansExtraBold";
	src: url("../fonts/GoogleSans/GoogleSans-Variable-subset.woff2") format("woff2-variations");
	font-style: normal;
	font-weight: 400;
	font-variation-settings: "wght" 700;
	font-display: swap;
}

@font-face {
	font-family: "OpenSansLightItalic";
	src: url("../fonts/GoogleSans/GoogleSans-Italic-Variable-subset.woff2") format("woff2-variations");
	font-style: normal;
	font-weight: 400;
	font-variation-settings: "GRAD" -50;
	font-display: swap;
}

html,
body,
button,
input,
select,
textarea {
	font-family: "Google Sans", Arial, Helvetica, sans-serif;
	font-optical-sizing: auto;
}

.slider-block-3 {
	font-family: "Google Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-variation-settings: "GRAD" -50;
}

.slider-block-2 {
	font-family: "Google Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
}