@import "tokens/fonts.css";
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
@import "tokens/shape.css";
@import "tokens/motion.css";
@import "tokens/icons.css";
@import "components/components.css";

/* Public marketing links are text-only controls, never underlined. */
a, a:visited, a:hover, a:focus, a:active { text-decoration: none; }

/* Header navigation colors should not override the primary CTA label. */
.nav .pv-btn--primary, .nav .pv-btn--primary:visited { color: var(--text-on-accent); }
