/* Reset e definições de fonte padrão */
body {
    font-family: var(--font-body);
    background-color: var(--background);
    color: var(--on-background);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-headline);
}

/* Material Symbols Outlined Custom Settings */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
