{
  "$comment": "Cubicle brand tokens: the single source of truth for app, website and slides. Edit here, run `npm run build`, then `npm run brand` in each consumer repo.",
  "name": {
    "brand": "Cubicle",
    "wordmark": "cubicle",
    "pitch": "We're building an intuitive equity crowdfunding platform that makes investing in early-stage startups as simple as making an online payment."
  },
  "color": {
    "light": {
      "bg": "#F6F7FB",
      "surface": "#FFFFFF",
      "ink": "#0A1024",
      "ink2": "#151E3A",
      "muted": "#5A6478",
      "line": "#E2E6EF",
      "placeholder": "#D5DBE8",
      "accent": "#1F5BFF",
      "accentDeep": "#1238B8",
      "accentSoft": "#EDF2FF",
      "onAccent": "#FFFFFF",
      "mint": "#067A52",
      "mintSoft": "#DDF7EC",
      "coral": "#D1361B",
      "coralSoft": "#FFEEEA",
      "orange": "#FF9F1C",
      "orangeSoft": "#FFF0DF",
      "orangeText": "#9A4A00"
    },
    "dark": {
      "bg": "#070B1A",
      "surface": "#0F1630",
      "ink": "#F4F6FB",
      "ink2": "#D9DFEE",
      "muted": "#98A2B8",
      "line": "#222C4A",
      "placeholder": "#222C4A",
      "accent": "#4D8BFF",
      "accentDeep": "#1F5BFF",
      "accentSoft": "#13224F",
      "onAccent": "#070B1A",
      "mint": "#2EE6A6",
      "mintSoft": "#0B3326",
      "coral": "#FF7A5C",
      "coralSoft": "#3F160D",
      "orange": "#FFA940",
      "orangeSoft": "#3A2408",
      "orangeText": "#FFB866"
    },
    "brand": {
      "blue": "#1F5BFF",
      "orange": "#FF9F1C",
      "night": "#070B1A",
      "paper": "#F6F7FB",
      "orangeTop": "#FFB547",
      "orangeBottom": "#FF7A00",
      "iceTop": "#EAF2FF",
      "iceBottom": "#9FBEFF"
    }
  },
  "gradient": {
    "orange": "linear-gradient(180deg, #FFB547 0%, #FF7A00 100%)",
    "ice": "linear-gradient(180deg, #EAF2FF 0%, #9FBEFF 100%)",
    "pulse": "linear-gradient(135deg, #1F5BFF 0%, #00B2FF 100%)",
    "night": "radial-gradient(120% 90% at 85% 0%, #1F5BFF55 0%, #070B1A00 60%), #070B1A"
  },
  "font": {
    "head": "Space Grotesk",
    "body": "Inter"
  },
  "radius": {
    "sm": 8,
    "md": 12,
    "lg": 16,
    "card": 20,
    "sheet": 24,
    "pill": 999
  },
  "space": {
    "xs": 4,
    "sm": 8,
    "md": 12,
    "lg": 16,
    "xl": 24,
    "xxl": 32,
    "xxxl": 48
  },
  "shadow": {
    "raised": "0 16px 40px rgba(10, 16, 36, 0.08)",
    "glow": "0 12px 32px rgba(31, 91, 255, 0.35)"
  }
}
