/**
 * Navbar for standalone pages — templates that do NOT extend core/base.html
 * (e.g. the Generated Build surface) but include core/partials/navbar.html.
 *
 * Loads only what the navbar needs: the design tokens plus the navbar pattern.
 * Deliberately NOT main.css — its components/patterns would cascade into a
 * standalone page's own self-contained stylesheet.
 *
 * The page must also load Bootstrap 5.3.0 CSS + JS bundle and Font Awesome
 * (same pinned CDN URLs as base.html), and load its own stylesheet AFTER this
 * file so its body/heading rules win over navbar.css's document-base rules.
 */

@import url("1-tokens/colors.37e6a83d2ac3.css");
@import url("1-tokens/typography.0ccda56c3931.css");
@import url("1-tokens/spacing.6a13a5126837.css");
@import url("1-tokens/borders.e33358ad4143.css");
@import url("1-tokens/shadows.bc56dc7bd694.css");
@import url("1-tokens/animations.aedefeb987af.css");
@import url("1-tokens/forms.96da1f297eef.css");
@import url("1-tokens/owner-colors.735190e73d80.css");
@import url("1-tokens/aspiring-colors.f7718188c9c8.css");

@import url("3-patterns/navbar.96da0402a743.css");
