/**
 * Ozvena Koreňov — Design Tokens
 * Auto-generated. Do not edit manually.
 */
:root {
    --color-primary:       #c2410c;
    --color-primary-dark:  #9a3412;
    --color-primary-rgb:   194,65,12;
    --color-secondary:     #fff7ed;
    --color-accent:        #fb923c;
    --color-heading:       #1a0800;
    --color-text:          #44403c;
    --color-text-light:    #78716c;
    --color-bg:            #fffcf9;
    --color-bg-alt:        #fff7ed;
    --color-border:        #fed7aa;
    --color-header-bg:     rgba(255,252,249,0.96);
    --color-header-text:   #1a0800;
    --color-footer-bg:     #1a0800;
    --color-footer-text:   #fed7aa;

    --font-heading:        'Cormorant Garamond', Georgia, serif;
    --font-body:           'Karla', system-ui, sans-serif;

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

    /* Design randomization tokens */
    --container-width:     1400px;
    --section-padding:     100px 0;
    --base-font-size:      17px;
    --line-height:         1.8;
    --heading-weight:      400;
    --heading-transform:   uppercase;
    --heading-letter-spacing: normal;
}
