/* Peano — generated from tokens.json. Do not edit by hand. */

:root, [data-theme="ink"] {
  --ground: #000000;
  --surface: #181818;
  --surface-raised: #242424;
  --surface-float: #1c1c1c;
  --ink: #ddffdc;
  --ink-muted: #aed2a4;
  --ink-faint: #8cab87;
  --ink-dim: #677d64;
  --border: #485346;
  --border-strong: #5b6d5c;
  --accent: #7fee64;
  --accent-fill: #7fee64;
  --accent-hover: #9bf586;
  --on-accent: #071105;
  --accent-wash: #142b0f;
  --danger: #f26d5b;
  --danger-wash: #2e100c;
  --on-danger: #1a0603;
  --caution: #ffd166;
  --caution-wash: #2b2410;
  --code-bg: #101010;
  --code-ink: #d4d4d4;
  --code-keyword: #569cd6;
  --code-modifier: #c586c0;
  --code-type: #4ec9b0;
  --code-func: #dcdcaa;
  --code-var: #9cdcfe;
  --code-string: #ce9178;
  --code-number: #b5cea8;
  --code-comment: #6a9955;
  --code-gutter: #4a4a4a;
  --code-gutter-active: #d4d4d4;
  --code-line: #1e1e1e;
  --focus: #7fee64;
  --overlay: #000000cc;
  --shadow-overlay: 0 16px 48px #000000cc;
  --shadow-glow: 0 0 0 1px #7fee6459, 0 0 28px #7fee6433;
}

[data-theme="mint"] {
  --ground: #def0dd;
  --surface: #ffffff;
  --surface-raised: #f1f8f0;
  --surface-float: #ffffff;
  --ink: #101410;
  --ink-muted: #2f3d2e;
  --ink-faint: #44563f;
  --ink-dim: #5b6d5c;
  --border: #c3d8c0;
  --border-strong: #728668;
  --accent: #1c7310;
  --accent-fill: #7fee64;
  --accent-hover: #9bf586;
  --on-accent: #071105;
  --accent-wash: #d3f0c9;
  --danger: #b32617;
  --danger-wash: #f8dfda;
  --on-danger: #fff6f4;
  --caution: #8a5a00;
  --caution-wash: #f6ecd3;
  --code-bg: #f4faf3;
  --code-ink: #1a1f19;
  --code-keyword: #1849a9;
  --code-modifier: #8f2fa3;
  --code-type: #0f766e;
  --code-func: #6f42c1;
  --code-var: #0b5b8a;
  --code-string: #a31515;
  --code-number: #0e6a5e;
  --code-comment: #3f7d33;
  --code-gutter: #9bb096;
  --code-gutter-active: #1a1f19;
  --code-line: #e7f3e4;
  --focus: #1c7310;
  --overlay: #101410a6;
  --shadow-overlay: 0 16px 48px #1014102e;
  --shadow-glow: 0 0 0 1px #1c731059, 0 0 28px #1c731026;
}

:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --radius-none: 0;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-pill: 9999px;
  --duration-fast: 150ms;
  --duration-base: 300ms;
  --duration-slow: 600ms;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-inout: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --measure-prose: 680px;
  --measure-wide: 880px;
  --rail: 260px;
  --rail-narrow: 200px;
  --topbar: 56px;
  --editor-min: 520px;
  --font-display: Figtree, "Helvetica Neue", Arial, sans-serif;
  --font-sans: Inter, -apple-system, "Segoe UI", Arial, sans-serif;
  --font-mono: "Fira Mono", ui-monospace, Menlo, Consolas, monospace;
}

.display-1 {
  font-family: var(--font-display);
  font-size: 64px;
  line-height: 64px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.display-2 {
  font-family: var(--font-display);
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.display-3 {
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -0.012em;
}

.display-4 {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.lede {
  font-family: var(--font-sans);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -0.018em;
}

.body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.011em;
}

.body-mobile {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.011em;
}

.ui-lg {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.016em;
}

.ui {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.026em;
}

.ui-medium {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.026em;
}

.ui-sm {
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.014em;
}

.eyebrow {
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.code {
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.code-sm {
  font-family: var(--font-mono);
  font-size: 12.5px;
  line-height: 20px;
  font-weight: 400;
}

.code-lg {
  font-family: var(--font-mono);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
