/* Custom styles for Q Sunny Nail Inc */

/* Smooth focus styles */
*:focus-visible {
    outline: 2px solid #ff5a1f;
    outline-offset: 2px;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #f6f6f7;
}
::-webkit-scrollbar-thumb {
    background: #c4c6ca;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: #a1a5ab;
}

/* Selection color */
::selection {
    background-color: #ff5a1f;
    color: #ffffff;
}

/* Prevent layout shift on images */
img {
    max-width: 100%;
    height: auto;
}

/* Print styles */
@media print {
    header, .mobile-menu, #contactForm, iframe {
        display: none !important;
    }
    body {
        color: #1e2126;
        background: #ffffff;
    }
    .bg-charcoal-950 {
        background: #ffffff !important;
        color: #1e2126 !important;
    }
}
