/**
 * XShop web fonts.
 *
 * Two families, self-hosted and subset by script so a visitor only downloads the
 * alphabets their page actually uses:
 *
 *   FiraGO                — body text. SIL OFL. Georgian + Cyrillic + Latin.
 *   TBC Contractica CAPS  — headings. Georgian + Latin only, NO Cyrillic.
 *
 * That last point drives the whole fallback strategy. Every Russian heading has
 * to fall through to FiraGO, so FiraGO is the second family in the heading
 * stack rather than a generic sans — otherwise Russian headings would land on
 * whatever the OS supplies and jump in size against the Georgian ones.
 *
 * unicode-range is what makes the split free: the browser fetches the Cyrillic
 * file only if Cyrillic characters are actually on the page.
 *
 * @package XShop
 */


@font-face {
	font-family: 'FiraGO';
	src: url('../fonts/firago-400-latin.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+20BE, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'FiraGO';
	src: url('../fonts/firago-400-cyrillic.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'FiraGO';
	src: url('../fonts/firago-400-georgian.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+10A0-10FF, U+1C90-1CBF, U+2D00-2D2F;
}

@font-face {
	font-family: 'FiraGO';
	src: url('../fonts/firago-500-latin.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+20BE, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'FiraGO';
	src: url('../fonts/firago-500-cyrillic.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'FiraGO';
	src: url('../fonts/firago-500-georgian.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	unicode-range: U+10A0-10FF, U+1C90-1CBF, U+2D00-2D2F;
}

@font-face {
	font-family: 'FiraGO';
	src: url('../fonts/firago-700-latin.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+20BE, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'FiraGO';
	src: url('../fonts/firago-700-cyrillic.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'FiraGO';
	src: url('../fonts/firago-700-georgian.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	unicode-range: U+10A0-10FF, U+1C90-1CBF, U+2D00-2D2F;
}

@font-face {
	font-family: 'TBC Contractica CAPS';
	src: url('../fonts/contractica-caps-500-latin.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+20BE, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'TBC Contractica CAPS';
	src: url('../fonts/contractica-caps-500-georgian.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	unicode-range: U+10A0-10FF, U+1C90-1CBF, U+2D00-2D2F;
}

@font-face {
	font-family: 'TBC Contractica CAPS';
	src: url('../fonts/contractica-caps-700-latin.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+20BE, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'TBC Contractica CAPS';
	src: url('../fonts/contractica-caps-700-georgian.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	unicode-range: U+10A0-10FF, U+1C90-1CBF, U+2D00-2D2F;
}
