{
  "$description": "ManasikOS design tokens — Tokens Studio / Figma-importable format. Import via the 'Tokens Studio for Figma' plugin to recreate the variable system natively.",
  "primitives": {
    "green": {
      "950": { "value": "#042A21", "type": "color" },
      "900": { "value": "#063B2E", "type": "color" },
      "800": { "value": "#0B5A42", "type": "color" },
      "700": { "value": "#0E6B4F", "type": "color" },
      "600": { "value": "#1F7A4D", "type": "color" }
    },
    "gold": {
      "700": { "value": "#A6822F", "type": "color" },
      "600": { "value": "#B8923E", "type": "color" },
      "500": { "value": "#C8A24A", "type": "color" },
      "400": { "value": "#D8B65E", "type": "color" },
      "300": { "value": "#E2C878", "type": "color" },
      "200": { "value": "#EFE0BC", "type": "color" }
    },
    "ink": {
      "950": { "value": "#0B0B0B", "type": "color" },
      "800": { "value": "#1A1A18", "type": "color" },
      "600": { "value": "#3A3A36", "type": "color" },
      "400": { "value": "#6B6B63", "type": "color" }
    },
    "ivory": {
      "50": { "value": "#FBF8F1", "type": "color" },
      "100": { "value": "#F6F1E7", "type": "color" },
      "200": { "value": "#EDE6D6", "type": "color" },
      "300": { "value": "#E4DCCB", "type": "color" },
      "400": { "value": "#D6CCB5", "type": "color" }
    },
    "white": { "value": "#FFFFFF", "type": "color" },
    "red": {
      "600": { "value": "#B42318", "type": "color" },
      "500": { "value": "#D14439", "type": "color" },
      "100": { "value": "#F7E4E2", "type": "color" }
    },
    "amber": {
      "600": { "value": "#D89B22", "type": "color" },
      "100": { "value": "#F8ECD3", "type": "color" }
    }
  },
  "color": {
    "bg": {
      "app": { "value": "{primitives.ivory.100}", "type": "color" },
      "canvasDark": { "value": "{primitives.green.900}", "type": "color" },
      "surface": { "value": "{primitives.white}", "type": "color" },
      "surfaceDark": { "value": "{primitives.green.800}", "type": "color" },
      "inverse": { "value": "{primitives.ink.950}", "type": "color" }
    },
    "text": {
      "primary": { "value": "{primitives.ink.950}", "type": "color" },
      "secondary": { "value": "{primitives.ink.600}", "type": "color" },
      "onDark": { "value": "{primitives.ivory.100}", "type": "color" },
      "onDarkMuted": { "value": "#BFB9A8", "type": "color" },
      "gold": { "value": "{primitives.gold.500}", "type": "color" }
    },
    "border": {
      "subtle": { "value": "{primitives.ivory.300}", "type": "color" },
      "dark": { "value": "{primitives.green.700}", "type": "color" },
      "gold": { "value": "{primitives.gold.500}", "type": "color" }
    },
    "accent": {
      "gold": { "value": "{primitives.gold.500}", "type": "color" },
      "goldSoft": { "value": "{primitives.gold.300}", "type": "color" }
    },
    "status": {
      "danger": { "value": "{primitives.red.600}", "type": "color" },
      "success": { "value": "{primitives.green.600}", "type": "color" },
      "warning": { "value": "{primitives.amber.600}", "type": "color" }
    },
    "pin": {
      "normal": { "value": "{primitives.green.600}", "type": "color" },
      "attention": { "value": "{primitives.amber.600}", "type": "color" },
      "sos": { "value": "{primitives.red.600}", "type": "color" },
      "beacon": { "value": "{primitives.gold.500}", "type": "color" }
    }
  },
  "spacing": {
    "2": { "value": "2", "type": "spacing" },
    "4": { "value": "4", "type": "spacing" },
    "8": { "value": "8", "type": "spacing" },
    "12": { "value": "12", "type": "spacing" },
    "16": { "value": "16", "type": "spacing" },
    "20": { "value": "20", "type": "spacing" },
    "24": { "value": "24", "type": "spacing" },
    "32": { "value": "32", "type": "spacing" },
    "40": { "value": "40", "type": "spacing" },
    "48": { "value": "48", "type": "spacing" },
    "64": { "value": "64", "type": "spacing" }
  },
  "radius": {
    "none": { "value": "0", "type": "borderRadius" },
    "sm": { "value": "10", "type": "borderRadius" },
    "md": { "value": "16", "type": "borderRadius" },
    "lg": { "value": "24", "type": "borderRadius" },
    "xl": { "value": "32", "type": "borderRadius" },
    "pill": { "value": "999", "type": "borderRadius" }
  },
  "typography": {
    "fontFamilies": {
      "display": { "value": "Tajawal", "type": "fontFamilies" },
      "text": { "value": "Tajawal", "type": "fontFamilies" },
      "latin": { "value": "Inter", "type": "fontFamilies" }
    },
    "hero":    { "value": { "fontFamily": "Tajawal", "fontWeight": "900", "fontSize": "44", "lineHeight": "52" }, "type": "typography" },
    "display": { "value": { "fontFamily": "Tajawal", "fontWeight": "800", "fontSize": "34", "lineHeight": "42" }, "type": "typography" },
    "h1":      { "value": { "fontFamily": "Tajawal", "fontWeight": "700", "fontSize": "28", "lineHeight": "36" }, "type": "typography" },
    "h2":      { "value": { "fontFamily": "Tajawal", "fontWeight": "700", "fontSize": "22", "lineHeight": "30" }, "type": "typography" },
    "h3":      { "value": { "fontFamily": "Tajawal", "fontWeight": "700", "fontSize": "18", "lineHeight": "26" }, "type": "typography" },
    "bodyLg":  { "value": { "fontFamily": "Tajawal", "fontWeight": "500", "fontSize": "20", "lineHeight": "32" }, "type": "typography" },
    "body":    { "value": { "fontFamily": "Tajawal", "fontWeight": "400", "fontSize": "18", "lineHeight": "30" }, "type": "typography" },
    "label":   { "value": { "fontFamily": "Tajawal", "fontWeight": "700", "fontSize": "19", "lineHeight": "24" }, "type": "typography" },
    "caption": { "value": { "fontFamily": "Tajawal", "fontWeight": "500", "fontSize": "14", "lineHeight": "20" }, "type": "typography" }
  },
  "shadow": {
    "soft":   { "value": { "x": "0", "y": "4", "blur": "16", "spread": "0", "color": "rgba(6,59,46,0.08)", "type": "dropShadow" }, "type": "boxShadow" },
    "card":   { "value": { "x": "0", "y": "8", "blur": "24", "spread": "0", "color": "rgba(6,59,46,0.10)", "type": "dropShadow" }, "type": "boxShadow" },
    "lifted": { "value": { "x": "0", "y": "16", "blur": "40", "spread": "0", "color": "rgba(11,11,11,0.16)", "type": "dropShadow" }, "type": "boxShadow" },
    "gold":   { "value": { "x": "0", "y": "8", "blur": "28", "spread": "0", "color": "rgba(200,162,74,0.32)", "type": "dropShadow" }, "type": "boxShadow" },
    "sos":    { "value": { "x": "0", "y": "10", "blur": "34", "spread": "0", "color": "rgba(180,35,24,0.38)", "type": "dropShadow" }, "type": "boxShadow" }
  }
}
