
        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }
        body {
            background-color: #F9F9F9; /* background */
            color: #2F3131; /* on-background */
        }
        .outline-subtle {
            border: 1px solid rgba(219, 182, 94, 0.35); /* tertiary with opacity */
        }
    
