:root {
  --font-sans:
    Paperlogy, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, -apple-system,
    sans-serif;
  --navy-950: #091426;
  --navy-900: #0e1a30;
  --navy-850: #13213a;
  --navy-800: #1b2d4d;
  --navy-700: #284268;
  --primary-50: #eef4ff;
  --primary-100: #dce8ff;
  --primary-200: #bdd2ff;
  --primary-300: #91b2ff;
  --primary-400: #5d8afa;
  --primary-500: #2f66ec;
  --primary-600: #2455d6;
  --primary-700: #1f46b2;
  --primary-800: #203d8c;
  --primary-900: #1e376f;
  --orange-50: #fff4e6;
  --orange-100: #ffe8cc;
  --orange-500: #e8590c;
  --orange-600: #c94408;
  --slate-0: #fff;
  --slate-25: #fbfcfe;
  --slate-50: #f7f8fa;
  --slate-100: #f0f2f5;
  --slate-150: #e9ecf1;
  --slate-200: #dfe3e9;
  --slate-300: #cbd1da;
  --slate-400: #9da6b3;
  --slate-500: #6f7987;
  --slate-600: #505b6a;
  --slate-700: #374151;
  --slate-800: #222b39;
  --slate-900: #121926;
  --success-50: #ecfdf3;
  --success-100: #d1fadf;
  --success-500: #12a150;
  --success-600: #087c3b;
  --success-700: #066230;
  --warning-50: #fff8e6;
  --warning-100: #ffefbf;
  --warning-500: #d88700;
  --warning-600: #a86600;
  --warning-700: #7d4c00;
  --danger-50: #fff0f1;
  --danger-100: #ffdadd;
  --danger-500: #e2434b;
  --danger-600: #bd2932;
  --danger-700: #98242b;
  --purple-50: #f6f1ff;
  --purple-500: #7a50d8;
  --purple-700: #5e37b7;
  --shadow-xs: 0 1px 2px rgb(9 20 38/0.06);
  --shadow-sm: 0 2px 8px rgb(9 20 38/0.08);
  --shadow-md: 0 10px 30px rgb(9 20 38/0.12);
  --shadow-lg: 0 24px 72px rgb(9 20 38/0.2);
  --radius-xs: 6px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-round: 999px;
  --sidebar-width: 248px;
  --topbar-height: 56px;
  --mobile-nav-height: 68px;
  --page-max: 1600px;
  --ease: cubic-bezier(0.2, 0.75, 0.2, 1);
  --duration-fast: 140ms;
  --duration-normal: 220ms;
  --focus-ring: 0 0 0 3px rgb(47 102 236/0.28);
}
