/**
 * Lichtfarn & Moos — Design Tokens
 * Auto-generated. Do not edit manually.
 */
:root {
    --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;

    --font-heading:        'Source Serif Pro', Georgia, serif;
    --font-body:           'Rubik', system-ui, sans-serif;

    --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;

    /* Design randomization tokens */
    --container-width:     1200px;
    --section-padding:     80px 0;
    --base-font-size:      16px;
    --line-height:         1.7;
    --heading-weight:      600;
    --heading-transform:   uppercase;
    --heading-letter-spacing: 0.02em;
}
