:root {
    /* Háttérszínek */
    --color-bg-main: #fbfbfa;
    --color-bg-surface: #ffffff;
    --color-bg-subtle: #f3f3f0;
    
    /* Szövegszínek */
    --color-text-primary: #1f2937;
    --color-text-secondary: #4b5563;
    --color-text-muted: #9ca3af;
    
    /* Keretek és elválasztók */
    --color-border: #e5e7eb;
    --color-border-strong: #d1d5db;

    /* Kiemelő és Akció színek */
    --color-accent: #8c2828;
    --color-accent-hover: #6b1f1f;
    --color-accent-light: #fdf2f2;

    /* Állapotszínek */
    --color-success: #15803d;
    --color-warning: #b45309;
    --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;
}