/**
 * Útočisko na Tanieri — Design Tokens
 * Auto-generated. Do not edit manually.
 */
:root {
    --color-primary:       #166534;
    --color-primary-dark:  #14532d;
    --color-primary-rgb:   22,101,52;
    --color-secondary:     #f0fdf4;
    --color-accent:        #4ade80;
    --color-heading:       #052e16;
    --color-text:          #374151;
    --color-text-light:    #6b7280;
    --color-bg:            #ffffff;
    --color-bg-alt:        #f0fdf4;
    --color-border:        #bbf7d0;
    --color-header-bg:     rgba(255,255,255,0.95);
    --color-header-text:   #052e16;
    --color-footer-bg:     #052e16;
    --color-footer-text:   #bbf7d0;

    --font-heading:        'Libre Baskerville', Georgia, serif;
    --font-body:           'Mulish', system-ui, sans-serif;

    --border-radius:       8px;
    --border-radius-lg:    16px;
    --box-shadow:          0 4px 20px rgba(22,101,52,0.10);
    --box-shadow-hover:    0 12px 40px rgba(0,0,0,0.15);
    --hero-overlay:        linear-gradient(135deg, rgba(22,101,52,0.88) 0%, rgba(20,83,45,0.80) 100%);
    --transition:          0.25s ease;

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