:root {
    --mud-palette-primary: #0F4F1E;
    --mud-palette-secondary: #15828A;
    --mud-palette-tertiary: #C88D4B;
    --mud-palette-background: #FFFFFF;
    --mud-palette-surface: #EFEEEA;
    --mud-typography-default-family: 'Merriweather', serif;
}

body {
    font-family: 'Merriweather', serif;
    background-color: #FFFFFF;
}

/* Force Merriweather on MudBlazor typography if not picked up by theme */
.mud-typography, .mud-input-control, .mud-button-root, .mud-nav-link-text {
    font-family: 'Merriweather', serif !important;
}

/* Optional: Add the specific Valeara gradient/header style if needed */
.valeara-header {
    background-color: #0F4F1E;
    color: white;
}
