/* Self-hosted marketing typography — zero third-party font CDN requests.
   System stack only (no @font-face fetch to external hosts). */
:root {
  --font-marketing: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
