/* 24London design tokens. Generated from tokens.json. Do not edit by hand. */
:root {
  --plaque-field: #ffffff;
  --plaque-frame: #14151a;
  --plaque-ink: #14151a;
  --pillar-red: #c8102e;
  --brass: #b08d57;
  --surface: #f3f4f2;
  --surface-raised: #ffffff;
  --surface-sunken: #e7e9e6;
  --ink: #14151a;
  --ink-muted: #565d6b;
  --ink-faint: #7b8394;
  --accent: #c8102e;
  --accent-hover: #9d0b23;
  --accent-wash: #fbe9ec;
  --rule: #d6d9d4;
  --rule-strong: #14151a;
  --verified: #1f6f4a;
  --verified-wash: #e4f1ea;
  --pending: #8a5a06;
  --focus: #0b57d0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-8: 48px;
  --space-10: 64px;
  --radius-none: 0;
  --radius-sm: 2px;
  --radius-pill: 999px;
  --shadow-none: none;
  --shadow-lift: 0 1px 2px rgba(20,21,26,0.08), 0 8px 20px rgba(20,21,26,0.06);
  --font-plaque: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-sans: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) {
  --plaque-field: #ffffff;
  --plaque-frame: #14151a;
  --plaque-ink: #14151a;
  --pillar-red: #c8102e;
  --brass: #b08d57;
  --surface: #0e1014;
  --surface-raised: #171a21;
  --surface-sunken: #090b0e;
  --ink: #e9ecf2;
  --ink-muted: #a6b0c0;
  --ink-faint: #78839a;
  --accent: #ff7a8a;
  --accent-hover: #ffa3ae;
  --accent-wash: #2b1219;
  --rule: #272c36;
  --rule-strong: #e9ecf2;
  --verified: #58c79a;
  --verified-wash: #0f2a20;
  --pending: #e0a94f;
  --focus: #8ab4ff;
} }
:root[data-theme="dark"] {
  --plaque-field: #ffffff;
  --plaque-frame: #14151a;
  --plaque-ink: #14151a;
  --pillar-red: #c8102e;
  --brass: #b08d57;
  --surface: #0e1014;
  --surface-raised: #171a21;
  --surface-sunken: #090b0e;
  --ink: #e9ecf2;
  --ink-muted: #a6b0c0;
  --ink-faint: #78839a;
  --accent: #ff7a8a;
  --accent-hover: #ffa3ae;
  --accent-wash: #2b1219;
  --rule: #272c36;
  --rule-strong: #e9ecf2;
  --verified: #58c79a;
  --verified-wash: #0f2a20;
  --pending: #e0a94f;
  --focus: #8ab4ff;
}
.text-plaque-name { font-family: var(--font-plaque); font-size: 34px; line-height: 34px; font-weight: 800; letter-spacing: 0.01em; }
.text-plaque-borough { font-family: var(--font-plaque); font-size: 12px; line-height: 14px; font-weight: 700; letter-spacing: 0.18em; }
.text-plaque-district { font-family: var(--font-mono); font-size: 12px; line-height: 14px; font-weight: 600; letter-spacing: 0.06em; }
.text-h1 { font-family: var(--font-sans); font-size: 40px; line-height: 44px; font-weight: 700; letter-spacing: -0.02em; }
.text-h2 { font-family: var(--font-sans); font-size: 27px; line-height: 32px; font-weight: 700; letter-spacing: -0.015em; }
.text-h3 { font-family: var(--font-sans); font-size: 20px; line-height: 26px; font-weight: 600; letter-spacing: -0.005em; }
.text-label { font-family: var(--font-sans); font-size: 11px; line-height: 14px; font-weight: 600; letter-spacing: 0.14em; }
.text-lede { font-family: var(--font-serif); font-size: 20px; line-height: 30px; font-weight: 400; }
.text-body { font-family: var(--font-serif); font-size: 17px; line-height: 27px; font-weight: 400; }
.text-body-sm { font-family: var(--font-serif); font-size: 15px; line-height: 23px; font-weight: 400; }
.text-data { font-family: var(--font-mono); font-size: 14px; line-height: 20px; font-weight: 500; }
.text-data-sm { font-family: var(--font-mono); font-size: 12px; line-height: 16px; font-weight: 500; }
