/* Google Fonts — matching the Next.js font configuration */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Barlow:wght@400;500;600;700&family=Overpass+Mono:wght@300..700&display=swap");

:root {
  --font-inter: "Inter", sans-serif;
  --font-playfair-display: "Playfair Display", serif;
  --font-barlow: "Barlow", sans-serif;
  --font-overpass-mono: "Overpass Mono", monospace;
}
