import localFont from "next/font/local"; // Fraunces — a warm, optical variable serif (Fontsource, latin wght axis). // Self-hosted so the container build needs no network and the CSP never bites. export const fraunces = localFont({ src: "../fonts/Fraunces.woff2", variable: "--font-fraunces", weight: "100 900", display: "swap", fallback: ["Palatino Linotype", "Palatino", "Book Antiqua", "Georgia", "serif"], });