/* Palette transcribed verbatim from the Claude Design prototype
   (project/RentalMath Home.dc.html). The user asked the design assistant not to
   change the colors, so these values are fixed — treat them as the source of truth.

   Scoped to .rm-app rather than :root so dropping this module into an existing
   app cannot collide with that app's own custom properties. */
.rm-app {
  --rm-bg: #080a09;
  --rm-surface: #0f1412;
  --rm-surface-raised: #101614;
  --rm-surface-hover: #161e1b;
  --rm-border: #1c2421;
  --rm-border-footer: #121815;

  --rm-accent: #4ade9e;
  --rm-accent-hover: #7defbc;
  --rm-green: #12805c;
  --rm-green-hover: #149a6d;

  --rm-text: #ffffff;
  --rm-text-strong: #e6ece9;
  --rm-text-muted: #9aa5a0;
  --rm-text-dim: #8b9691;
  --rm-text-icon: #7b8681;
  --rm-text-faint: #6c7873;

  --rm-font: Outfit, system-ui, sans-serif;
}
