@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@500;600&family=Manrope:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap');

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.tonal-layering {
    border: 1px solid #E5E7EB;
}

.floating-elevation {
    box-shadow: 0 24px 48px -12px rgba(14, 0, 125, 0.04);
}

.smooth-scroll {
    scroll-behavior: smooth;
}

/* Custom transitions */
.transition-standard {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Scrollbar styling for premium feel */
::-webkit-scrollbar {
    width: 8px;
}

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

::-webkit-scrollbar-thumb {
    background: #c7c4d8;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0e007d;
}
