/* design-lang · navy v1.0.0 — generated by sync.py. DO NOT EDIT. */
:root {
  --font-sans: 'Pretendard Variable', Pretendard, system-ui, sans-serif;
  --font-display: Geist Variable, "Pretendard Variable", sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --radius: 1rem;
  --spacing: 0.25rem;
  --background: #F4F6FB;
  --foreground: #0B1020;
  --card: #FFFFFF;
  --card-foreground: #0B1020;
  --popover: #FFFFFF;
  --popover-foreground: #0B1020;
  --primary: #1B34C4;
  --primary-foreground: #FFFFFF;
  --secondary: #E9ECFB;
  --secondary-foreground: #1B34C4;
  --muted: #F4F6FB;
  --muted-foreground: #5E6A82;
  --accent: #E9ECFB;
  --accent-foreground: #1B34C4;
  --destructive: #E5484D;
  --border: #E4E8F2;
  --input: #E4E8F2;
  --ring: #1B34C4;
  --brand: #1B34C4;
  --brand-foreground: #FFFFFF;
}
.dark {
  --background: #0B1020;
  --foreground: #E7EAF3;
  --card: #12172A;
  --card-foreground: #E7EAF3;
  --popover: #161C32;
  --popover-foreground: #E7EAF3;
  --primary: #7C8CF8;
  --primary-foreground: #0B1020;
  --secondary: #1D2540;
  --secondary-foreground: #E7EAF3;
  --muted: #12172A;
  --muted-foreground: #8A93AB;
  --accent: #1D2540;
  --accent-foreground: #E7EAF3;
  --destructive: #F87171;
  --border: #222A44;
  --input: #222A44;
  --ring: #7C8CF8;
  --brand: #7C8CF8;
  --brand-foreground: #0B1020;
}
