/*
 * Self-hosted variable fonts (no Google Fonts request = no third-party
 * render-blocking connection). Fraunces, Public Sans and Vazirmatn are all
 * open-source (SIL OFL) - download the variable .woff2 builds and place
 * them at the paths below. See README.md → "Fonts" for exact download
 * links and licensing. font-display: swap avoids invisible-text flash
 * while keeping the fonts non-blocking.
 */
@font-face{
	font-family: "Fraunces";
	src: url("../fonts/fraunces-variable.woff2") format("woff2-variations"), url("../fonts/fraunces-variable.woff2") format("woff2");
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Public Sans";
	src: url("../fonts/public-sans-variable.woff2") format("woff2-variations"), url("../fonts/public-sans-variable.woff2") format("woff2");
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Vazirmatn";
	src: url("../fonts/vazirmatn-variable.woff2") format("woff2-variations"), url("../fonts/vazirmatn-variable.woff2") format("woff2");
	font-weight: 300 800;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+FB50-FDFF, U+FE70-FEFF, U+0000-00FF;
}
