/* Little Page Shop — design tokens. GENERATED from design/system/project/tokens.json by
   design/build-tokens.py; don't edit by hand. */
:root, [data-theme="light"] {
  --paper: #FBF8F2;
  --card: #FFFFFF;
  --tray: #F3EDE2;
  --ink: #27231F;
  --pencil: #6B6259;
  --rule: #E5DCCD;
  --star: #F4B63F;
  --on-star: #27231F;
  --star-tint: #FCEBC4;
  --edge: #27231F;
  --focus-ring: #27231F;
  --leaf: #2F7A55;
  --red-pencil: #B8412C;
  --shadow-sticker: 0 2px 0 #27231F;
  --shadow-paper: 0 1px 0 rgba(39,35,31,0.06), 0 12px 24px -14px rgba(39,35,31,0.32);
}
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --radius-page: 3px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --container: 1120px;
  --measure: 68ch;
  --card-min: 220px;
  --dog-ear: 22px;
  --font-display: "Young Serif", Georgia, "Times New Roman", serif;
  --font-sans: "Atkinson Hyperlegible Next", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "Atkinson Hyperlegible Mono", ui-monospace, "SF Mono", Menlo, monospace;
}
@media (max-width: 480px) { :root { --dog-ear: 14px; } }
.display-xl { font-family: var(--font-display); font-size: 56px; line-height: 60px; font-weight: 400; letter-spacing: -0.01em; }
.display-l { font-family: var(--font-display); font-size: 40px; line-height: 46px; font-weight: 400; letter-spacing: -0.005em; }
.heading-m { font-family: var(--font-display); font-size: 30px; line-height: 36px; font-weight: 400; }
.heading-s { font-family: var(--font-display); font-size: 23px; line-height: 30px; font-weight: 400; }
.card-title { font-family: var(--font-display); font-size: 19px; line-height: 24px; font-weight: 400; }
.lede { font-family: var(--font-sans); font-size: 19px; line-height: 30px; font-weight: 400; }
.body { font-family: var(--font-sans); font-size: 17px; line-height: 27px; font-weight: 400; }
.small { font-family: var(--font-sans); font-size: 15px; line-height: 22px; font-weight: 400; }
.ui { font-family: var(--font-sans); font-size: 16px; line-height: 20px; font-weight: 700; }
.label { font-family: var(--font-sans); font-size: 13px; line-height: 16px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.price { font-family: var(--font-sans); font-size: 22px; line-height: 26px; font-weight: 800; font-variant-numeric: tabular-nums; }
.spec { font-family: var(--font-mono); font-size: 14px; line-height: 20px; font-weight: 400; }

/* Pinned light (site.json plugin.colorScheme). */
:root { color-scheme: light; }
