:root {
  /* Diego Daniel Moro visual identity, version 2.0. */
  --dm-ink: #101827;
  --dm-white: #ffffff;
  --dm-cloud: #f4f6f9;
  --dm-cloud-deep: #e9edf4;
  --dm-steel: #586174;
  --dm-subtle: #788196;
  --dm-line: #d8dde7;
  --dm-line-strong: #b8c0cf;

  /* Accessible semantic colors for text and controls. */
  --dm-evidence: #08705d;
  --dm-decision: #2457d6;
  --dm-review: #9b6500;
  --dm-risk: #b42318;

  /* Graphic signature. Use for non-text Review Lines and chart marks. */
  --dm-signal: #20a47a;

  --dm-evidence-soft: #edf7f2;
  --dm-decision-soft: #edf3ff;
  --dm-review-soft: #fff8e8;
  --dm-risk-soft: #fff1f0;

  --dm-font-sans: Inter, Arial, sans-serif;
  --dm-weight-regular: 400;
  --dm-weight-bold: 700;

  --dm-text-xs: 0.6875rem;
  --dm-text-sm: 0.8125rem;
  --dm-text-md: 1rem;
  --dm-text-lg: 1.1875rem;
  --dm-text-xl: 1.8125rem;
  --dm-text-display: 4rem;

  --dm-radius-control: 6px;
  --dm-radius-panel: 8px;
  --dm-line-weight: 1px;
  --dm-review-line-weight: 4px;

  --dm-space-1: 4px;
  --dm-space-2: 8px;
  --dm-space-3: 12px;
  --dm-space-4: 16px;
  --dm-space-6: 24px;
  --dm-space-8: 32px;
  --dm-space-12: 48px;
  --dm-space-16: 64px;

  --dm-shadow-overlay: 0 18px 46px rgba(16, 24, 39, 0.1);
  --dm-shadow-raised: 0 10px 28px rgba(16, 24, 39, 0.07);
  --dm-transition: 160ms ease;
}
