/* Enaptive product: logo green overrides shared CDS tokens (see _design/Brand/Brand-Identity/Color-System.md). */
:root {
  --cds-brand-accent: #69c740;
  --cds-brand-accent-hover: #5ab038;
  --cds-brand-accent-active: #4d9a30;
  --cds-brand-on-accent: #ffffff;

  /* API docs page: extend core-design-tokens with typography / REST badge tokens */
  --cds-font-family-data: "Inter", "Barlow", system-ui, sans-serif;
  --cds-font-size-body: 1.125rem;
  --cds-line-height-body: 1.4;
  --cds-font-size-small: 0.875rem;
  --cds-font-size-caption: 0.75rem;
  --cds-font-size-h4: 1.3125rem;
  --cds-font-weight-regular: 400;
  --cds-font-weight-bold: 700;
  --cds-radius-md: 8px;
  --cds-radius-sm: 4px;
  --cds-content-max-width: 1200px;
  --cds-http-get: #0d6efd;
  --cds-http-post: #28a745;
  --cds-http-put: #fd7e14;
  --cds-http-patch: #6f42c1;
  --cds-http-delete: #dc3545;
  --cds-http-default: #495057;
}
