:root {
  /* Brand & Semantic Colors */
  --tblr-primary: #2073b0 !important;
  --app-color-primary: #2073b0;
  --app-color-info: #16a3c7;
  --app-color-success: #2fb344;
  --app-color-warning: #f59f00;
  --app-color-danger: #d63939;

  /* Global Fonts Override */
  --tblr-font-sans-serif: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif !important;

  /* Surface and Background (Dark mode ready semantic names) */
  --app-surface-1: #ffffff;
  --app-surface-muted: #f6f8fb;
  --app-border-color: #dfe4ea;

  /* Typography Scale */
  --app-font-size-label: 0.75rem;     /* 12px */
  --app-font-size-body: 0.875rem;    /* 14px */
  --app-font-size-title: 1rem;       /* 16px */
  --app-font-weight-regular: 400;
  --app-font-weight-medium: 500;
  --app-font-weight-bold: 700;

  /* Text Colors */
  --app-text-primary: #202632;
  --app-text-muted: #667085;

  /* Spacing & Density */
  --app-gutter-compact: 0.5rem; /* 8px */
  --app-gutter-default: 1rem;   /* 16px */
}
