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

.cinematic-shadow {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
}

body {
    background-color: #131313;
    color: #e5e2e1;
    scroll-behavior: smooth;
}
