:root {
  color-scheme: light;
  --ps-bg: #f6f0df;
  --ps-bg-soft: #fffaf0;
  --ps-surface: #f6f0df;
  --ps-surface-2: rgba(255, 255, 255, 0.62);
  --ps-surface-3: #fffaf0;
  --ps-surface-4: rgba(16, 34, 25, 0.08);
  --ps-paper: #f6f0df;
  --ps-paper-2: #fffaf0;
  --ps-paper-3: #f3ead6;
  --ps-ink: #141414;
  --ps-text: #141414;
  --ps-muted: #686868;
  --ps-muted-strong: #555555;
  --ps-muted-paper: #686868;
  --ps-border: rgba(0, 0, 0, 0.1);
  --ps-border-soft: rgba(0, 0, 0, 0.08);
  --ps-border-paper: rgba(0, 0, 0, 0.08);
  --ps-blue: #255cff;
  --ps-red: #e3342f;
  --ps-yellow: #d9a441;
  --ps-cyan: #6eb5c8;
  --ps-green: #587d61;
  --ps-radius-screen: 31px;
  --ps-radius-card: 26px;
  --ps-radius-row: 20px;
  --ps-radius-pill: 999px;
  --ps-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
  --ps-shadow-paper: 0 18px 38px rgba(0, 0, 0, 0.1);
  --ps-font: -apple-system, BlinkMacSystemFont, "SF Pro Display", Inter, "Segoe UI", sans-serif;
  --ps-hand: "Bradley Hand", "Marker Felt", "Comic Sans MS", cursive;
  --ps-serif: Georgia, serif;
}
