/**
 * Mozaira — Design Tokens
 * Auto-generated. Do not edit manually.
 */
:root {
    --color-primary:       #1e3a5f;
    --color-primary-dark:  #172e4a;
    --color-primary-rgb:   30,58,95;
    --color-secondary:     #f0f4f8;
    --color-accent:        #4a90d9;
    --color-heading:       #0a1628;
    --color-text:          #334155;
    --color-text-light:    #64748b;
    --color-bg:            #ffffff;
    --color-bg-alt:        #f0f4f8;
    --color-border:        #c8d8e8;
    --color-header-bg:     rgba(255,255,255,0.95);
    --color-header-text:   #0a1628;
    --color-footer-bg:     #0a1628;
    --color-footer-text:   #c8d8e8;

    --font-heading:        'Source Serif Pro', Georgia, serif;
    --font-body:           'Rubik', system-ui, sans-serif;

    --border-radius:       6px;
    --border-radius-lg:    12px;
    --box-shadow:          0 4px 20px rgba(30,58,95,0.12);
    --box-shadow-hover:    0 12px 40px rgba(0,0,0,0.15);
    --hero-overlay:        linear-gradient(135deg, rgba(30,58,95,0.90) 0%, rgba(23,46,74,0.85) 100%);
    --transition:          0.25s ease;

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