/* The marketing site intentionally uses system font stacks in repository builds.
   Branded webfonts can be supplied later through an approved asset pipeline. */
:root {
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --font-ui: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif;
}
