/*
 * Thmanyah — bundled with the plugin rather than borrowed from the theme.
 *
 * Guide pages drop the theme's stylesheets entirely, so a font declared over
 * there would vanish. Shipping the faces here means the guide keeps its
 * typography no matter which theme the site runs, or whether it changes.
 *
 * Only the weights the design actually uses are declared; every one of them
 * exists as a real cut, so nothing is ever synthesised by the browser.
 */

@font-face {
	font-family: "Thmanyah Sans";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Light.woff2") format("woff2");
}

@font-face {
	font-family: "Thmanyah Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Thmanyah Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Thmanyah Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "Thmanyah Sans";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Black.woff2") format("woff2");
}

@font-face {
	font-family: "Thmanyah Serif Display";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/thmanyahserifdisplay-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Thmanyah Serif Display";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/thmanyahserifdisplay-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "Thmanyah Serif Display";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/thmanyahserifdisplay-Black.woff2") format("woff2");
}
