:root {
  color-scheme: light;
  --brand: #1f6f5f;
  --brand-soft: #e7f3ef;
  --ink: #17211f;
  --muted: #63716d;
  --surface: #ffffff;
  --canvas: #f5f7f6;
  --border: #dfe7e4;
  --danger: #b94747;
  --radius: 16px;
  --space: 16px;
}
