/*
  Font strategy: production-ready, zero external CDN dependency.
  Uses a modern, professional system font stack that closely matches
  the geometric sans used across the reference site (Inter / SF Pro-like).
  This guarantees the site works immediately after upload to cPanel
  with no missing font files and no third-party network requests.
*/

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