/**
 * Tichý Koreň — Design Tokens
 * Auto-generated. Do not edit manually.
 */
:root {
    --color-primary:       #10b981;
    --color-primary-dark:  #059669;
    --color-primary-rgb:   16,185,129;
    --color-secondary:     #ecfdf5;
    --color-accent:        #34d399;
    --color-heading:       #064e3b;
    --color-text:          #374151;
    --color-text-light:    #6b7280;
    --color-bg:            #ffffff;
    --color-bg-alt:        #ecfdf5;
    --color-border:        #a7f3d0;
    --color-header-bg:     rgba(255,255,255,0.95);
    --color-header-text:   #064e3b;
    --color-footer-bg:     #064e3b;
    --color-footer-text:   #a7f3d0;

    --font-heading:        'Raleway', Georgia, serif;
    --font-body:           'Nunito', system-ui, sans-serif;

    --border-radius:       10px;
    --border-radius-lg:    20px;
    --box-shadow:          0 4px 20px rgba(16,185,129,0.10);
    --box-shadow-hover:    0 12px 40px rgba(0,0,0,0.15);
    --hero-overlay:        linear-gradient(135deg, rgba(16,185,129,0.86) 0%, rgba(5,150,105,0.78) 100%);
    --transition:          0.25s ease;

    /* Design randomization tokens */
    --container-width:     1000px;
    --section-padding:     56px 0;
    --base-font-size:      17px;
    --line-height:         1.6;
    --heading-weight:      400;
    --heading-transform:   none;
    --heading-letter-spacing: 0.05em;
}
