/*
 * The pantry's own fonts, served from this plugin (no outside font
 * services involved). "RD Goodflies" comes in two widths; each one is
 * registered under its own family name so they show up as two separate
 * choices in Elementor's font picker.
 *
 * Browsers grab the .woff2 (smaller, faster); the .otf is a fallback
 * for anything too old to know what woff2 is.
 */

@font-face {
	font-family: "RD Goodflies Extended";
	src: url("RDGoodflies-Extended.woff2?v=183") format("woff2"),
	     url("RDGoodflies-Extended.otf?v=183") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "RD Goodflies Condensed";
	src: url("RDGoodflies-Condensed.woff2?v=183") format("woff2"),
	     url("RDGoodflies-Condensed.otf?v=183") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
