/**
 * Tichý Žiar — Design Tokens
 * Auto-generated. Do not edit manually.
 */
:root {
    --color-primary:       #65a30d;
    --color-primary-dark:  #4d7c0f;
    --color-primary-rgb:   101,163,13;
    --color-secondary:     #f7fee7;
    --color-accent:        #a3e635;
    --color-heading:       #1a2e05;
    --color-text:          #374151;
    --color-text-light:    #6b7280;
    --color-bg:            #fefff9;
    --color-bg-alt:        #f7fee7;
    --color-border:        #d9f99d;
    --color-header-bg:     rgba(254,255,249,0.96);
    --color-header-text:   #1a2e05;
    --color-footer-bg:     #1a2e05;
    --color-footer-text:   #d9f99d;

    --font-heading:        'Archivo', Georgia, serif;
    --font-body:           'Libre Franklin', system-ui, sans-serif;

    --border-radius:       8px;
    --border-radius-lg:    16px;
    --box-shadow:          0 4px 20px rgba(101,163,13,0.10);
    --box-shadow-hover:    0 12px 40px rgba(0,0,0,0.15);
    --hero-overlay:        linear-gradient(135deg, rgba(101,163,13,0.86) 0%, rgba(77,124,15,0.78) 100%);
    --transition:          0.25s ease;

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