:root {
    /* Háttérszínek (Sötét meleg grafit) */
    --color-bg-main: #121214;
    --color-bg-surface: #1a1a1e;
    --color-bg-subtle: #25252b;
    
    /* Szövegszínek */
    --color-text-primary: #f3f4f6;
    --color-text-secondary: #d1d5db;
    --color-text-muted: #9ca3af;
    
    /* Keretek és elválasztók */
    --color-border: #2e2e36;
    --color-border-strong: #40404c;

    /* Kiemelő és Akció színek (Lágyabb, élénkebb bordó) */
    --color-accent: #d94b4b;
    --color-accent-hover: #e66767;
    --color-accent-light: rgba(217, 75, 75, 0.15);

    /* Állapotszínek */
    --color-success: #4ade80;
    --color-warning: #fbbf24;
    --color-danger: #f87171;

    /* 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;
}