/**
 * Látóhatár Tápanyag — Design Tokens
 * Auto-generated. Do not edit manually.
 */
:root {
    /* ── Core palette ─────────────────────────────── */
    --color-primary:       #c2410c;
    --color-primary-dark:  #9a3412;
    --color-primary-rgb:   194,65,12;
    --color-secondary:     #fff7ed;
    --color-accent:        #fb923c;
    --color-heading:       #1a0800;
    --color-text:          #44403c;
    --color-text-light:    #78716c;
    --color-bg:            #fffcf9;
    --color-bg-alt:        #fff7ed;
    --color-border:        #fed7aa;
    --color-header-bg:     rgba(255,252,249,0.96);
    --color-header-text:   #1a0800;
    --color-footer-bg:     #1a0800;
    --color-footer-text:   #fed7aa;

    /* ── Semantic tokens ──────────────────────────── */
    --color-star:          var(--color-accent);
    --color-success:       #16a34a;
    --color-error:         #dc2626;
    --color-warning-bg:    var(--color-secondary);
    --color-warning-border: var(--color-border);
    --color-warning-text:  var(--color-heading);

    /* ── Typography ───────────────────────────────── */
    --font-heading:        'Playfair Display', Georgia, serif;
    --font-body:           'Lato', system-ui, sans-serif;

    /* ── Borders & Shadows ────────────────────────── */
    --border-radius:       6px;
    --border-radius-lg:    14px;
    --box-shadow:          0 4px 20px rgba(194,65,12,0.10);
    --box-shadow-hover:    0 12px 40px rgba(0,0,0,0.15);
    --hero-overlay:        linear-gradient(135deg, rgba(194,65,12,0.88) 0%, rgba(154,52,18,0.80) 100%);
    --transition:          0.25s ease;

    /* ── Layout ───────────────────────────────────── */
    --header-height:       72px;
    --container-width:     1200px;
    --section-padding:     80px 0;

    /* ── Spacing scale ────────────────────────────── */
    --space-xs:   4px;
    --space-sm:   8px;
    --space-md:   16px;
    --space-lg:   24px;
    --space-xl:   32px;
    --space-2xl:  48px;
    --space-3xl:  64px;
    --space-4xl:  80px;

    /* ── Typography scale ─────────────────────────── */
    --base-font-size:      15px;
    --line-height:         1.6;
    --heading-weight:      400;
    --heading-transform:   none;
    --heading-letter-spacing: 0.02em;
}
