/* Generated by MDW SiteManager Appearance. */
:root {
    --background-color: #f3f1e8;
    --background-image: none;
    --panel-background: rgba(255, 255, 255, 0.94);
    --header-background: rgba(18, 52, 40, 0.96);
    --text: #29352f;
    --heading-color: #173b2e;
    --muted: #65736c;
    --accent: #2f704e;
    --accent-hover: #245a3e;
    --button-text-color: #ffffff;
    --radius: 18px;
    --button-radius: 10px;
    --body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --heading-font: Georgia, "Times New Roman", serif;
}

html { font-family: var(--body-font); }
h1, h2, h3, h4, h5, h6 { color: var(--heading-color); font-family: var(--heading-font); }
.site-button { color: var(--button-text-color); border-radius: var(--button-radius); }
