/* Local fonts CSS — using system font stack to avoid font hosting bloat
   while keeping the theme 100% offline. Replace with @font-face if you ship custom fonts in /assets/fonts/. */

:root {
  --ff-display: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --ff-body: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
