/* Drip Create web fonts — Anton (display), Barlow (body), JetBrains Mono.
 * Loaded from Google Fonts to mirror the Next.js next/font setup. If you ship
 * self-hosted woff2 files in assets/fonts/, the theme.json fontFace entries take
 * over and you can remove these @import lines for full GDPR-local fonts. */
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Barlow:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap");

/* Font CSS variables the ported editorial stylesheet (_v2-source.css) consumes.
 * Defined here because fonts.css is enqueued FIRST, before _v2-source.css. */
:root {
	--font-anton: "Anton";
	--font-barlow: "Barlow";
	--font-mono: "JetBrains Mono";
	--font-display: var(--font-anton), "Arial Narrow", sans-serif;
	--font-body: var(--font-barlow), system-ui, sans-serif;
}
