/**
 * haeso.kr design tokens — 2026-09-11
 * Primary deep blue + accent orange for emergency CTA
 */
:root {
  --haeso-primary: #1B4F9C;
  --haeso-primary-dark: #123A75;
  --haeso-primary-light: #2A63B8;
  --haeso-accent: #E85D04;
  --haeso-accent-dark: #C44E03;
  --haeso-success: #03C75A;
  --haeso-success-dark: #02A94C;
  --haeso-bg: #F5F7FA;
  --haeso-bg-dark: #152233;
  --haeso-text: #222222;
  --haeso-text-muted: #555555;
  --haeso-border: #E2E6EC;
  --haeso-white: #ffffff;
  --haeso-radius: 10px;
  --haeso-max: 1200px;
  --haeso-font: "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
}

/* Legacy alias used by patched gnuboard blues */
:root {
  --haeso-blue: var(--haeso-primary);
}
