/* ACT Legal Event Registration - Design Overrides */

html {
    scroll-behavior: smooth;
}

::selection {
    background: rgba(80, 130, 175, 0.2);
}

:focus-visible {
    outline: 2px solid var(--act-blue, #5483ad);
    outline-offset: 2px;
}

@media print {
    .site-header,
    .site-footer,
    .nav-toggle {
        display: none !important;
    }
    body {
        background: #fff;
    }
}
