@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Hanken+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

/* ============================================================
   Intent landing pages stylesheet — entry point.

   Linked by the SSR converter/guide pages rendered from
   templates/landing.html. Foundations + shared chrome + the
   landing-page layout — no homepage hero demo, no viewer/grid
   styles, no legal typography. Partials live under assets/css/
   and are imported in cascade order; @import rules must precede
   all other rules, so this file contains nothing but imports.
   ============================================================ */

@import "css/base.css";          /* design-system tokens + base resets        */
@import "css/brand.css";         /* brand motifs & utilities (.eyebrow, .pq-*) */
@import "css/site-chrome.css";   /* shared nav, buttons, icons, footer        */
@import "css/landing.css";       /* hero / steps / prose / faq / related      */
