/*
 * Fonts
 * ==============================================================
 * Self-hosted faces. Loaded before css/theme.css on the front end and fed
 * to the block editor via add_editor_style().
 *
 *   Questrial   headings (--font-heading). Regular only; it has no other
 *               weights, so any heavier request falls back to this face.
 *   museo-sans  body and tags (--font-body, --font-tag). Served by Adobe
 *               Fonts from the kit enqueued in functions.php (300, 500 and
 *               700, with italics), not from here.
 */

@font-face {
	font-family: "Questrial";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../assets/fonts/questrial-v19-latin-regular.woff2") format("woff2");
}
