:root {
  --font-sans: "THSarabunNew", "ChulabhornLikitText", sans-serif;
  --font-display: "THSarabunNew", "ChulabhornLikitText", sans-serif;

  --color-bg: #f1f4f8;
  --color-surface: #ffffff;
  --color-surface-alt: #f7f9fc;
  --color-border: #d9e2ec;
  --color-text: #132237;
  --color-muted: #5f6b7a;
  --color-primary: #1c6ed0;
  --color-primary-strong: #1152a3;
  --color-secondary: #5a6b7d;
  --color-secondary-strong: #3e4b59;
  --color-accent: #f39c12;
  --color-success: #1f9d55;
  --color-danger: #d64545;
  --color-warning: #e67e22;
  --color-info: #2574c4;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-pill: 999px;

  --shadow-sm: 0 4px 12px rgba(11, 31, 55, 0.08);
  --shadow-md: 0 10px 28px rgba(11, 31, 55, 0.12);
  --shadow-lg: 0 16px 40px rgba(11, 31, 55, 0.18);

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;
  --space-8: 48px;
  --space-9: 64px;

  --z-sidebar: 20;
  --z-topbar: 30;
  --z-toast: 100;
  --z-modal: 120;
  --z-dropdown: 140;
}
