body { 
    font-family: 'Exo 2', sans-serif; 
}

body:not(.dark) {
    background-color: #F4F8FD;
}

.text-tiny { 
    font-size: 10px; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 0.05em; 
}

.modal-backdrop { background-color: rgba(17, 24, 39, 0.8) !important; backdrop-filter: blur(4px); }

/* Стили для всплывающих окон (Popovers/Tooltips) */
.premium-popover {
    @apply bg-white dark:bg-gray-800 border border-gray-200 dark:border-blue-800 rounded-2xl shadow-2xl !important;
}
.text-tiny { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }