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

/* Base styles */
body {
    font-family: 'Noto Serif', serif;
    background-color: #faf9f4;
}

/* Headings and UI elements */
h1,
h2,
h3,
h4,
button,
a {
    font-family: 'Archivo', sans-serif;
}