/*
 * Locally hosted @font-face declarations for the font files bundled in this
 * directory. Used on Persian (fa_IR) sites so no request is made to the
 * Google Fonts CDN. Family names match customizer_library_get_standard_fonts()
 * and the declarations previously kept (unused) in the theme root rtl.css.
 *
 * Shabnam is intentionally omitted: its font files are not bundled.
 * Unused @font-face rules cost nothing — the browser only downloads a file
 * when a family is actually referenced by the page.
 */

/* Yekan (IranYekanWeb) */
@font-face {
	font-family: 'Yekan';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('iranyekanweblight.woff2') format('woff2'),
		url('iranyekanweblight.woff') format('woff'),
		url('iranyekanweblight.ttf') format('truetype');
}

@font-face {
	font-family: 'Yekan';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('iranyekanwebregular.woff2') format('woff2'),
		url('iranyekanwebregular.woff') format('woff'),
		url('iranyekanwebregular.ttf') format('truetype');
}

@font-face {
	font-family: 'Yekan';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('iranyekanwebbold.woff2') format('woff2'),
		url('iranyekanwebbold.woff') format('woff'),
		url('iranyekanwebbold.ttf') format('truetype');
}

/* Palatino Sans */
@font-face {
	font-family: 'Palatino';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('PalatinoSans-Regular.woff') format('woff'),
		url('PalatinoSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Palatino';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('PalatinoSans-Bold.woff') format('woff'),
		url('PalatinoSans-Bold.ttf') format('truetype');
}

/* Parastoo */
@font-face {
	font-family: 'Parastoo';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('Parastoo.woff2') format('woff2'),
		url('Parastoo.woff') format('woff'),
		url('Parastoo.ttf') format('truetype');
}

@font-face {
	font-family: 'Parastoo';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('Parastoo-Bold.woff2') format('woff2'),
		url('Parastoo-Bold.woff') format('woff'),
		url('Parastoo-Bold.ttf') format('truetype');
}

/* Sahel */
@font-face {
	font-family: 'Sahel';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('Sahel.woff2') format('woff2'),
		url('Sahel.woff') format('woff'),
		url('Sahel.ttf') format('truetype');
}

@font-face {
	font-family: 'Sahel';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('Sahel-Bold.woff2') format('woff2'),
		url('Sahel-Bold.woff') format('woff'),
		url('Sahel-Bold.ttf') format('truetype');
}

/* Samim */
@font-face {
	font-family: 'Samim';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('Samim.woff2') format('woff2'),
		url('Samim.woff') format('woff'),
		url('Samim.ttf') format('truetype');
}

@font-face {
	font-family: 'Samim';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('Samim-Bold.woff2') format('woff2'),
		url('Samim-Bold.woff') format('woff'),
		url('Samim-Bold.ttf') format('truetype');
}

/* Tanha */
@font-face {
	font-family: 'Tanha';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('Tanha.woff2') format('woff2'),
		url('Tanha.woff') format('woff'),
		url('Tanha.ttf') format('truetype');
}

@font-face {
	font-family: 'Tanha';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('Tanha-Bold.woff2') format('woff2'),
		url('Tanha-Bold.woff') format('woff'),
		url('Tanha-Bold.ttf') format('truetype');
}

/* Vazir */
@font-face {
	font-family: 'Vazir';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('Vazir-Light.woff2') format('woff2'),
		url('Vazir-Light.woff') format('woff'),
		url('Vazir-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Vazir';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('Vazir-Bold.woff2') format('woff2'),
		url('Vazir-Bold.woff') format('woff'),
		url('Vazir-Bold.ttf') format('truetype');
}
