{
  "$schema": "https://design-tokens.github.io/community-group/format/",
  "color": {
    "site": {
      "bg": {
        "primary": { "$value": "#07070a", "$type": "color" },
        "secondary": { "$value": "#0d0d14", "$type": "color" },
        "elevated": { "$value": "#13131d", "$type": "color" }
      },
      "fg": {
        "primary": { "$value": "#f5f2eb", "$type": "color" },
        "secondary": { "$value": "#a3a199", "$type": "color" },
        "muted": { "$value": "#73716b", "$type": "color" }
      },
      "accent": {
        "default": { "$value": "#d97706", "$type": "color" },
        "light": { "$value": "#fbbf24", "$type": "color" },
        "dark": { "$value": "#92400e", "$type": "color" }
      },
      "border": {
        "default": { "$value": "rgba(255, 255, 255, 0.08)", "$type": "color" },
        "accent": { "$value": "rgba(217, 119, 6, 0.4)", "$type": "color" }
      }
    }
  }
}
