.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.origin-anchor {
    border-left: 2px solid;
    border-image: linear-gradient(to bottom, #7b5800, transparent) 1;
}
.editorial-shadow {
    box-shadow: 0 20px 40px rgba(0, 40, 16, 0.05);
}
.backdrop-glass {
    backdrop-filter: blur(12px);
    background: rgba(250, 250, 245, 0.8);
}

html {
  scroll-behavior: smooth;
}