/* ==========================================================================
   Santini Digital - Executive Light Mode (Fundo Branco & Identidade Visual)
   ========================================================================== */

/* Universal Reset for Sharp 0px Border Radius & Global Montserrat Font */
* {
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif;
}

/* Custom Scrollbar for Light Mode */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #F8FAFC;
}

::-webkit-scrollbar-thumb {
    background: #CBD5E1;
    border-radius: 0 !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #94A3B8;
}

/* Selection Highlight */
::selection {
    background-color: rgba(0, 157, 219, 0.2);
    color: #009DDB;
}

/* Accordion Transition Support */
.faq-content {
    transition: all 0.3s ease-in-out;
}

/* Smooth Focus */
a:focus, button:focus {
    outline: none;
}

/* Force Rounded Class for Circular Avatars */
.rounded-full-force {
    border-radius: 9999px !important;
}
