:root {
  --label-positive-foreground: #047857;
  --label-positive-background: #ecfdf5;

  --label-negative-foreground: #be123c;
  --label-negative-background: #fff1f2;

  --label-neutral-foreground: #5b5b5b;
  --label-neutral-background: #f1f1f1;

  --border-radius-sm: 4px;
  --border-radius-md: 10px;

  --background-primary: #fafafa;

  --tenant-color: #059669;
  --vendor-color: #eba115;
  --owner-color: #f687da;
  --property-manager-color: #2563eb;
  --unknown-color: #6b7280;

  /* Buttons */

  /* --button-width-sm: */
  --button-width-md: 120px;
  /* --button-width-lg: */
}
