:root {
  --brand-color-primary: #0f62fe;
  --brand-color-primary-hover: #0043ce;
  --brand-color-secondary: #78a9ff;
  --brand-color-action-foreground: #ffffff;

  --brand-color-background: #f4f7fb;
  --brand-color-surface: #ffffff;
  --brand-color-surface-muted: #f8fafc;

  --brand-color-border: #d9e2ec;
  --brand-color-text: #1f2933;
  --brand-color-muted: #52616b;

  --brand-color-error: #b42318;
  --brand-color-error-background: #fff4f2;
  --brand-color-error-border: #fecdca;

  --brand-radius-card: 18px;
  --brand-radius-field: 10px;

  --brand-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --brand-logo: none;
}
