/**
 * KoreňSpojení — Design Tokens
 * Auto-generated. Do not edit manually.
 */
:root {
    --color-primary:       #881337;
    --color-primary-dark:  #6b1029;
    --color-primary-rgb:   136,19,55;
    --color-secondary:     #fdf2f8;
    --color-accent:        #db2777;
    --color-heading:       #2e0620;
    --color-text:          #374151;
    --color-text-light:    #6b7280;
    --color-bg:            #ffffff;
    --color-bg-alt:        #fdf2f8;
    --color-border:        #fbcfe8;
    --color-header-bg:     rgba(255,255,255,0.95);
    --color-header-text:   #2e0620;
    --color-footer-bg:     #2e0620;
    --color-footer-text:   #fbcfe8;

    --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(136,19,55,0.12);
    --box-shadow-hover:    0 12px 40px rgba(0,0,0,0.15);
    --hero-overlay:        linear-gradient(135deg, rgba(136,19,55,0.90) 0%, rgba(107,16,41,0.85) 100%);
    --transition:          0.25s ease;

    /* Design randomization tokens */
    --container-width:     1400px;
    --section-padding:     80px 0;
    --base-font-size:      15px;
    --line-height:         1.8;
    --heading-weight:      800;
    --heading-transform:   uppercase;
    --heading-letter-spacing: 0.02em;
}
