body { background-color: #fbf9f4; scroll-behavior: smooth; }
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.hero-gradient {
    background: linear-gradient(rgba(251, 249, 244, 0.7), rgba(251, 249, 244, 0.2));
}
.wood-texture {
    background-image: url("https://www.transparenttextures.com/patterns/pinstripe.png");
    opacity: 0.05;
}
