/* Shared design values used by both the landing page and signed-in app. */
:root {
  color-scheme: light;
  --ink: #22235b;
  --muted: #56566d;
  --paper: #fafaf7;
  --accent: #e6ee93;
  --line: #dcdce3;
  --panel: #e9eaf6;
  --font: "Segoe UI", Arial, sans-serif;
  --max-width: 1240px;
}
