* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.cde-body {
    background: var(--cde-bg) !important;
    color: var(--cde-text);
    font-family: Montserrat, Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: .94rem;
    min-height: 100vh;
}

a { color: var(--cde-primary); text-underline-offset: 2px; }
a:hover { color: var(--cde-primary-hover); }

h1, h2, h3, h4, h5, h6, .navbar-brand {
    color: var(--cde-navy);
    font-weight: 700;
    letter-spacing: -.02em;
}

:focus-visible {
    outline: 3px solid rgba(20, 100, 214, .28) !important;
    outline-offset: 2px;
}

.skip-link {
    background: var(--cde-navy);
    color: #fff;
    left: 1rem;
    padding: .7rem 1rem;
    position: fixed;
    top: -5rem;
    z-index: 1100;
}
.skip-link:focus { top: 1rem; color: #fff; }

::selection { background: rgba(20, 100, 214, .18); }

