:root {
  --abk-brand: #0b5cfd;
  --abk-brand-rgb: 11, 92, 253;

  --abk-bg: #070709;
  --abk-surface: #101118;
  --abk-card: #0d0e14;

  --abk-text: #f6f7fb;
  --abk-text-soft: #b8bfcc;
  --abk-text-muted: #8a8fa0;
  --abk-line: #202433;

  --abk-red: #ff5d6c;
  --abk-green: #4ade80;

  --abk-font-display: "Clash Display", "Space Grotesk", Georgia, serif;
  --abk-font-body: "Satoshi", "Inter", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, sans-serif;
  --abk-font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --abk-maxw: 1200px;
}
