/**
 * Kotvena — Design Tokens
 * Auto-generated. Do not edit manually.
 */
:root {
    --color-primary:       #ea580c;
    --color-primary-dark:  #c2410c;
    --color-primary-rgb:   234,88,12;
    --color-secondary:     #fff7ed;
    --color-accent:        #fb923c;
    --color-heading:       #1c0700;
    --color-text:          #374151;
    --color-text-light:    #6b7280;
    --color-bg:            #ffffff;
    --color-bg-alt:        #fff7ed;
    --color-border:        #fed7aa;
    --color-header-bg:     rgba(255,255,255,0.95);
    --color-header-text:   #1c0700;
    --color-footer-bg:     #1c0700;
    --color-footer-text:   #fed7aa;

    --font-heading:        'Merriweather', Georgia, serif;
    --font-body:           'Open Sans', system-ui, sans-serif;

    --border-radius:       12px;
    --border-radius-lg:    24px;
    --box-shadow:          0 4px 20px rgba(234,88,12,0.10);
    --box-shadow-hover:    0 12px 40px rgba(0,0,0,0.15);
    --hero-overlay:        linear-gradient(135deg, rgba(234,88,12,0.88) 0%, rgba(194,65,12,0.80) 100%);
    --transition:          0.25s ease;

    /* Design randomization tokens */
    --container-width:     1200px;
    --section-padding:     56px 0;
    --base-font-size:      16px;
    --line-height:         1.8;
    --heading-weight:      600;
    --heading-transform:   none;
    --heading-letter-spacing: normal;
}
