:root {
    /* Háttérszínek */
    --color-bg-main: #f7f9f7;
    --color-bg-surface: #ffffff;
    --color-bg-subtle: #edf2ed;
    
    /* Szövegszínek */
    --color-text-primary: #1a2e21;
    --color-text-secondary: #3d5243;
    --color-text-muted: #839989;
    
    /* Keretek és elválasztók */
    --color-border: #e0e8e1;
    --color-border-strong: #c2d1c4;

    /* Kiemelő és Akció színek */
    --color-accent: #1e6b38;
    --color-accent-hover: #144d27;
    --color-accent-light: #f0f7f2;

    /* Állapotszínek */
    --color-success: #16a34a;
    --color-warning: #d97706;
    --color-danger: #dc2626;

    /* Betűtípusok és Méretek */
    --font-ui: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-body: "Merriweather", Georgia, serif;
    --max-width-content: 740px;
    --max-width-header: 1100px;
    --radius-sm: 4px;
    --radius-md: 8px;
}