/* Lockcut design tokens */
:root {
  --lc-ink: #0E0F13;
  --lc-ink-2: #16181F;
  --lc-ink-3: #1E212B;
  --lc-bone: #F2EFE7;
  --lc-amber: #FFB627;
  --lc-amber-dim: #B37F1B;
  --lc-green: #2FBF71;
  --lc-red: #E4572E;
  --lc-slate: #8A8F98;
  --lc-line: rgba(242, 239, 231, 0.10);

  --lc-font-display: 'Space Grotesk', 'Inter', system-ui, -apple-system, sans-serif;
  --lc-font-ui: 'Inter', system-ui, -apple-system, sans-serif;
  --lc-font-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  --lc-radius: 10px;
  --lc-radius-lg: 16px;
}
