/* ZIndex theme for the shared app pages (launch / markets / market). */
:root {
  --pad-bg: #000000;
  --pad-surface: #1a1a1a;
  --pad-ink: #ffffff;
  --pad-ink-dim: rgba(255, 255, 255, 0.6);
  --pad-rule: rgba(255, 255, 255, 0.1);
  --pad-accent: #2f6bff;
  --pad-accent-text: #7fa8ff;
  --pad-accent-ink: #ffffff;
  --pad-good: #34c759;
  --pad-bad: #ff453a;
  --pad-font: "Inter", "Inter Fallback", system-ui, -apple-system, "Segoe UI", sans-serif;
  --pad-font-display: "Inter", "Inter Fallback", system-ui, -apple-system, "Segoe UI", sans-serif;
  --pad-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --pad-radius: 24px;
  --pad-max-width: 1280px;
}
