body {
    background-color: #fbf9f8;
    color: #1b1c1c;
    overflow-x: hidden;
}
.text-outline {
    -webkit-text-stroke: 1px #dbdad9;
    color: transparent;
}
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-on-scroll.active {
    opacity: 1;
    transform: translateY(0);
}
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
