/* Granid Design System — canonical cascade for the marketing site.
   Vendored snapshot of the DS CSS (pinned commit f6ad3fc) committed into this
   repo: GitHub Pages cannot fetch the private DS submodule, so the files are
   copied in as-is. Interim mitigation GWEB-71; a public DS distribution to
   consume instead is tracked in GDS-15. Re-sync these files if the pin moves.
   Do NOT import patterns/product.css or the assets/granid-ds.css aggregator. */

/* Layer 1+2 — tokens (load first) */
@import url("../vendor/granid-ds/tokens/01-primitives.css");
@import url("../vendor/granid-ds/tokens/02-semantic.css");

/* Base reset + editorial utilities */
@import url("../vendor/granid-ds/base/reset.css");
@import url("../vendor/granid-ds/primitives/editorial.css");

/* Components — only the ones consumed by the marketing site */
@import url("../vendor/granid-ds/components/buttons.css");
@import url("../vendor/granid-ds/components/forms.css");
@import url("../vendor/granid-ds/components/feedback.css");
@import url("../vendor/granid-ds/components/surfaces.css");

/* Marketing pattern — opt-in. Primary asset for this consumer. */
@import url("../vendor/granid-ds/patterns/marketing.css");
