{
  "name": "Juralogium Design Tokens",
  "version": "1.0.0",
  "theme": "Oxford Law Review Parchment & Nocturnal Docket",
  "color": {
    "background": {
      "parchment": {
        "$value": "#fdfcf9",
        "$type": "color",
        "$description": "Oxford Law Review archival parchment light background"
      },
      "docket": {
        "$value": "#070a13",
        "$type": "color",
        "$description": "Supreme Court nocturnal docket dark background"
      },
      "card": {
        "$value": "#0d1322",
        "$type": "color",
        "$description": "Jurisprudential brief card background"
      }
    },
    "foreground": {
      "primary": {
        "$value": "#0f172a",
        "$type": "color",
        "$description": "Primary case law ink text"
      },
      "secondary": {
        "$value": "#475569",
        "$type": "color",
        "$description": "Secondary reporter annotation text"
      },
      "muted": {
        "$value": "#94a3b8",
        "$type": "color",
        "$description": "Muted docket accession and statutory code text"
      }
    },
    "accent": {
      "bronze": {
        "$value": "#b45309",
        "$type": "color",
        "$description": "Ratio decidendi jurisprudential bronze"
      },
      "seal": {
        "$value": "#dc2626",
        "$type": "color",
        "$description": "Official court seal binding wax red"
      },
      "gold": {
        "$value": "#eab308",
        "$type": "color",
        "$description": "Constitutional canon gold"
      },
      "slate": {
        "$value": "#475569",
        "$type": "color",
        "$description": "Federal reporter slate"
      }
    },
    "border": {
      "subtle": {
        "$value": "rgba(15, 23, 42, 0.08)",
        "$type": "color",
        "$description": "Subtle brief border"
      },
      "strong": {
        "$value": "rgba(180, 83, 9, 0.35)",
        "$type": "color",
        "$description": "Active statutory citation focus border"
      }
    }
  },
  "typography": {
    "fontSerif": {
      "$value": "EB Garamond, Playfair Display, Georgia, serif",
      "$type": "fontFamily"
    },
    "fontSans": {
      "$value": "Inter, system-ui, sans-serif",
      "$type": "fontFamily"
    },
    "fontMono": {
      "$value": "JetBrains Mono, monospace",
      "$type": "fontFamily"
    }
  }
}
