{
  "palette": [
    {
      "name": "Brand sky",
      "token": "--sky-400",
      "hex": "#7bc4fc",
      "use": "The mark on a dark ground, and the accent everywhere."
    },
    {
      "name": "Brand deep",
      "token": "--sky-700",
      "hex": "#1f5588",
      "use": "The mark on a light ground."
    },
    {
      "name": "Ink",
      "token": "--color-ink",
      "hex": "#f2f5f8",
      "use": "Body text on the site's own ground."
    },
    {
      "name": "Surface",
      "token": "--color-surface",
      "hex": "#000000",
      "use": "The ground the whole site sits on."
    },
    {
      "name": "Surface raised",
      "token": "--color-surface-raised",
      "hex": "#0b0d10",
      "use": "Panels and cards."
    },
    {
      "name": "Border",
      "token": "--color-border",
      "hex": "#e2e7ec",
      "use": "Hairlines and separators."
    }
  ],
  "typography": {
    "display": "\"Sora\", \"Sora Fallback\", ui-sans-serif, system-ui, sans-serif",
    "body": "\"Inter\", \"Inter Fallback\", ui-sans-serif, system-ui, sans-serif",
    "mono": "\"JetBrains Mono\", \"JetBrains Mono Fallback\", ui-monospace, SFMono-Regular, monospace"
  }
}
