:root {
  color-scheme: light;
  --paper: #f4f7f4;
  --surface: #ffffff;
  --surface-tint: #edf5f2;
  --ink: #173235;
  --ink-soft: #42585a;
  --muted: #53686a;
  --line: #d5e1de;
  --line-strong: #b7cbc6;
  --teal-950: #083a3e;
  --teal-800: #075d61;
  --teal-700: #087378;
  --teal-100: #d9eeea;
  --gold-700: #9a6510;
  --gold-500: #d8a33b;
  --gold-100: #fff3d8;
  --red-700: #a74138;
  --red-100: #fce9e6;
  --shadow: 0 15px 40px rgba(19, 56, 56, .09);
  --shadow-small: 0 5px 18px rgba(19, 56, 56, .07);
  --radius: 16px;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --rail-width: 276px;
  --session-min-height: 38px;
  --session-height: 38px;
  --font-body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --font-display: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
  --font-utility: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
