/*
 * HeliTool shared design tokens.
 * Values consolidated from the already-consistent "aviation blue" palette
 * used across the newer templates (dashboard.html, partner_program.html,
 * report_cable_obstacle.html, home.html) - nothing invented here, just
 * given one canonical source instead of N competing --ht-/--co-/--pp-/
 * --aviation-* copies of the same colors. Existing per-page variable names
 * are left in place for now (no risk of breaking anything); new/updated
 * templates should prefer these --ht-* tokens going forward.
 */
:root {
    --ht-blue:        #1e3a8a;
    --ht-blue-light:  #3b82f6;
    --ht-blue-dark:   #1e40af;
    --ht-green:       #15803d;
    --ht-amber:       #d97706;
    --ht-red:         #dc2626;
    --ht-grey:        #6b7280;
    --ht-grey-light:  #f3f4f6;
    --ht-grey-dark:   #374151;
    --ht-white:       #ffffff;

    --ht-radius-sm: 8px;
    --ht-radius-md: 12px;
    --ht-radius-pill: 25px;

    --ht-shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.08);
    --ht-shadow-md: 0 4px 20px rgba(30, 58, 138, 0.25);

    --ht-glass-bg: rgba(255, 255, 255, 0.92);
    --ht-glass-blur: blur(8px);
}
