/**
 * Áramló Gyökér — Design Tokens
 * Auto-generated. Do not edit manually.
 */
:root {
    /* ── Core palette ─────────────────────────────── */
    --color-primary:       #ca8a04;
    --color-primary-dark:  #a16207;
    --color-primary-rgb:   202,138,4;
    --color-secondary:     #fefce8;
    --color-accent:        #facc15;
    --color-heading:       #1c1403;
    --color-text:          #44403c;
    --color-text-light:    #78716c;
    --color-bg:            #fffef9;
    --color-bg-alt:        #fefce8;
    --color-border:        #fef08a;
    --color-header-bg:     rgba(255,254,249,0.96);
    --color-header-text:   #1c1403;
    --color-footer-bg:     #1c1403;
    --color-footer-text:   #fef08a;

    /* ── 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:        'Montserrat', Georgia, serif;
    --font-body:           'Source Sans Pro', system-ui, sans-serif;

    /* ── Borders & Shadows ────────────────────────── */
    --border-radius:       8px;
    --border-radius-lg:    16px;
    --box-shadow:          0 4px 20px rgba(202,138,4,0.10);
    --box-shadow-hover:    0 12px 40px rgba(0,0,0,0.15);
    --hero-overlay:        linear-gradient(135deg, rgba(202,138,4,0.88) 0%, rgba(161,98,7,0.80) 100%);
    --transition:          0.25s ease;

    /* ── Layout ───────────────────────────────────── */
    --header-height:       72px;
    --container-width:     1000px;
    --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.8;
    --heading-weight:      700;
    --heading-transform:   uppercase;
    --heading-letter-spacing: 0.02em;
}
