/* GENERATED by system/build.py from client.json — do not edit by hand. */
:root {
  --ink: #003C54;
  --ink-soft: #0A4A64;
  --accent: #3CB490;
  --accent-soft: #7FD3B8;
  --surface: #FCFDFD;
  --surface-2: #EFF4F5;
  --line: #DCE5E8;
  --body: #3C546C;
  --muted: #6E8494;
  --positive: #2E9C7C;
  --font-display: "Archivo", sans-serif;
  --font-body: "IBM Plex Sans", sans-serif;
  --radius-card: 14px;
  --radius-btn: 8px;
  --max-content: 1200px;
  --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --accent-shadow: rgba(60, 180, 144, 0.45);
}
