/* Custom minimal overrides where Tailwind isn't enough */
html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Header transition classes applied by JS */
.header-scrolled {
    background-color: rgba(11, 19, 43, 0.98) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Custom selection color */
::selection {
    background-color: #D4A017;
    color: #0B132B;
}
