{
  "name": "Gryphin Brand Tokens",
  "version": "1.0.0",
  "updated": "2026-04-22",
  "colors": {
    "brand": {
      "blue":   { "hex": "#5A8FD4", "hsl": "217 56% 59%", "rgb": "90, 143, 212",  "role": "Primary action & identity" },
      "navy":   { "hex": "#3A6CA8", "hsl": "220 43% 44%", "rgb": "58, 108, 168",  "role": "Depth, hover, pressed" },
      "dark":   { "hex": "#0B1D3B", "hsl": "220 76% 14%", "rgb": "11, 29, 59",    "role": "Headings & emphasis" },
      "orange": { "hex": "#FF5C00", "hsl": "17 100% 50%", "rgb": "255, 92, 0",    "role": "Accent, celebrate" },
      "ember":  { "hex": "#D4782F", "hsl": "26 64% 51%",  "rgb": "212, 120, 47",  "role": "Muted accent / gradients" },
      "sky":    { "hex": "#F0F5FF", "hsl": "220 100% 97%","rgb": "240, 245, 255", "role": "Background tint" }
    },
    "semantic": {
      "success": "#10B981",
      "warning": "#F59E0B",
      "error":   "#EF4444",
      "info":    "#3B82F6"
    },
    "neutral": {
      "50":  "#F8FAFC",
      "100": "#F1F5F9",
      "200": "#E2E8F0",
      "300": "#CBD5E1",
      "400": "#94A3B8",
      "500": "#64748B",
      "600": "#475569",
      "700": "#334155",
      "800": "#1E293B",
      "900": "#0F172A"
    }
  },
  "typography": {
    "primary": "Inter, ui-sans-serif, system-ui, sans-serif",
    "mono":    "ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace",
    "scale": {
      "display":  { "size": "60px", "weight": 700, "lineHeight": "1" },
      "h1":       { "size": "48px", "weight": 700, "lineHeight": "1.1" },
      "h2":       { "size": "36px", "weight": 700, "lineHeight": "1.2" },
      "h3":       { "size": "24px", "weight": 600, "lineHeight": "1.3" },
      "h4":       { "size": "20px", "weight": 600, "lineHeight": "1.4" },
      "lead":     { "size": "18px", "weight": 400, "lineHeight": "1.6" },
      "body":     { "size": "16px", "weight": 400, "lineHeight": "1.5" },
      "small":    { "size": "14px", "weight": 400, "lineHeight": "1.5" },
      "caption":  { "size": "12px", "weight": 500, "lineHeight": "1.4" }
    }
  },
  "spacing": {
    "base": "4px",
    "scale": { "1": "4px", "2": "8px", "3": "12px", "4": "16px", "6": "24px", "8": "32px", "12": "48px", "16": "64px", "24": "96px" }
  },
  "radius": {
    "sm": "4px", "md": "6px", "lg": "8px", "xl": "12px", "2xl": "16px", "full": "9999px"
  },
  "motion": {
    "fast":   { "duration": "150ms", "ease": "ease-out" },
    "base":   { "duration": "200ms", "ease": "cubic-bezier(0.4, 0, 0.2, 1)" },
    "smooth": { "duration": "300ms", "ease": "ease-out" },
    "stage":  { "duration": "500ms", "ease": "cubic-bezier(0.23, 1, 0.32, 1)" }
  },
  "gradients": {
    "primary": "linear-gradient(135deg, #5A8FD4 0%, #3A6CA8 100%)",
    "ember":   "linear-gradient(135deg, #D4782F 0%, #E8894A 100%)",
    "hero":    "linear-gradient(135deg, #5A8FD4 0%, #D4782F 50%, #5A8FD4 100%)"
  }
}
