/* ==========================================================================
   Just a Leaf — self-hosted brand fonts
   Argent CF Bold is the headline face (web licence confirmed).
   Source OTF lives at /assets/fonts/ArgentCF-Bold.otf and is converted to
   .woff2 (+ .woff fallback) at build time. Until the OTF is uploaded and
   converted, headings fall back to the serif stack in brand.css.
   ========================================================================== */

@font-face {
	font-family: "Argent CF";
	src: url("../fonts/ArgentCF-Bold.woff2") format("woff2"),
	     url("../fonts/ArgentCF-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
