---
name: Bold
colors:
  primary: "#0077BC"
  secondary: "#009866"
  success: "#16A34A"
  warning: "#D97706"
  danger: "#DC2626"
  surface: "#111111"
  text: "#111827"
  neutral: "#111111"
typography:
  h1:
    fontFamily: "Archivo Black"
    fontSize: 3rem
  body-md:
    fontFamily: "Archivo Black"
    fontSize: 1rem
  label-caps:
    fontFamily: "JetBrains Mono"
    fontSize: 0.75rem
  sourceScale: "desktop-first expressive scale"
  weights: "Archivo Black 400; JetBrains Mono 100/200/300/400/500/600/700/800"
rounded:
  sm: 4px
  md: 8px
spacing:
  sm: 4px
  md: 8px
  sourceScale: "4/8/12/16/24/32"
---

## Overview

Strong visual presence with heavyweight typography, high-contrast colors, and commanding layouts.

## Style Foundations

- **Visual style:** bold
- **Typography scale:** desktop-first expressive scale
- **Typography fonts:** primary=Archivo Black, display=Archivo Black, mono=JetBrains Mono
- **Typography weights:** Archivo Black 400; JetBrains Mono 100/200/300/400/500/600/700/800 (as shipped on Google Fonts, checked 2026-09-20)
- **Color palette:** primary, secondary
- **Spacing scale:** 4/8/12/16/24/32

## Colors

- **Primary (#0077BC):** Token from style foundations.
- **Secondary (#009866):** Token from style foundations.
- **Success (#16A34A):** Token from style foundations.
- **Warning (#D97706):** Token from style foundations.
- **Danger (#DC2626):** Token from style foundations.
- **Surface (#111111):** Token from style foundations.
- **Text (#111827):** Token from style foundations.
- **Neutral (#111111):** Derived from the surface token for official format compatibility.
