/* BlitzAPI brand colors. Source: https://blitz-api.ai/brand */
:root {
  --blitz-accent: #0055fe; /* Blitz Blue: The one accent: mark, links, accent segments, primary actions */
  --blitz-ink: #201e1d; /* Ink: Headings, body text, dark panels and buttons */
  --blitz-ink-deep: #1b1918; /* Ink deep: Code panels, the deepest dark */
  --blitz-text-muted: #686564; /* Muted: Secondary text on light surfaces */
  --blitz-surface: #f5f5f4; /* Surface: The page ground */
  --blitz-surface-alt: #f1f0ee; /* Surface alt: Gray cards and bands */
  --blitz-white: #ffffff; /* White: Cards, matrices, the white of the app icon */
  --blitz-border: #e2e0df; /* Rule: Every 1px rule and border */
  --blitz-viz-success: #218a48; /* Verified green: Verified data, only in visuals */
  --blitz-viz-warning: #b66a12; /* Review amber: Uncertain data, only in visuals. There is no red in the brand */
}
