/* v2 reset — scoped */
.v2-theme, .v2-theme * { box-sizing: border-box; }
.v2-theme { margin: 0; padding: 0; }

.v2-theme a { color: inherit; text-decoration: none; }
.v2-theme a:not(.v2-btn):not(.v2-nav__cta):hover { color: var(--v2-accent); }

.v2-theme button { font-family: inherit; cursor: pointer; }
.v2-theme img { display: block; max-width: 100%; }

.v2-theme *::selection { background: var(--v2-accent); color: #111; }

.v2-theme ul { list-style: none; margin: 0; padding: 0; }

/* Keep radius at 0 globally inside the theme — overrides Bootstrap defaults inside .v2-theme scope */
.v2-theme :where(button, input, textarea, select, .card, .btn, img, .form-control) {
    border-radius: 0;
}
