/*
 * Turkish / Latin-ext glyph fallback only.
 * Primary fonts stay mixta-pro + indivisible (erw0pge.css).
 * These faces apply only to extended Latin codepoints (ş, ğ, ü, ö, ç, ı, İ …).
 */

@font-face {
	font-family: "mixta-pro";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/lora/lora-v37-latin_latin-ext-regular.woff2") format("woff2");
	unicode-range: U+0100-02AF, U+0300-03FF, U+1E00-1EFF;
}

@font-face {
	font-family: "mixta-pro";
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/lora/lora-v37-latin_latin-ext-italic.woff2") format("woff2");
	unicode-range: U+0100-02AF, U+0300-03FF, U+1E00-1EFF;
}

@font-face {
	font-family: "indivisible";
	font-style: normal;
	font-weight: 300 900;
	font-display: swap;
	src: url("../fonts/source-sans-3/source-sans-3-v19-latin_latin-ext-500.woff2") format("woff2");
	unicode-range: U+0100-02AF, U+0300-03FF, U+1E00-1EFF;
}

@font-face {
	font-family: "indivisible";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/source-sans-3/source-sans-3-v19-latin_latin-ext-italic.woff2") format("woff2");
	unicode-range: U+0100-02AF, U+0300-03FF, U+1E00-1EFF;
}
