/* Custom Vanilla CSS if needed */
:root {
    --khaas-gold: #D4AF37;
    --khaas-charcoal: #1a1a1a;
    --khaas-cream: #f9f8f4;
}

::selection {
    background-color: var(--khaas-gold);
    color: white;
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}