/**
 * @font-face for Minimal theme — lives next to the .woff2 files so `url()` resolves
 * correctly. Loaded via wp_enqueue_style( 'minimal-fonts' ) before style.css.
 */

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

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

/*
 * Season VF trial — same file as together site `SeasonVFTRIALVF.woff2`.
 * Next.js `next/font/local` emits a single format("woff2") line; match that here.
 * Headings use the same axes as website `typography.css` (.text-h1–.text-h6): wght, SERF, ital.
 */
@font-face {
	font-family: "Season VF";
	src: url("SeasonVFTRIALVF.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Modern Era Mono";
	src: url("ModernEraMonoMedium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
