:root {
  --color-bg: #f6f7f9;
  --color-surface: #ffffff;
  --color-text: #17202a;
  --color-muted: #667085;
  --color-border: #d9dee7;
  --color-primary: #146c5f;
  --color-primary-contrast: #ffffff;
  --color-warning: #f4c542;
  --color-success: #268a4a;
  --color-danger: #c24132;
  --bn-turquoise: #0fb3bd;
  --bn-turquoise-dark: #0c7c86;
  --radius: 8px;
}
