{
  "duration": {
    "$description": "Motion duration scale.",
    "instant": "80ms",
    "fast": "150ms",
    "normal": "250ms",
    "slow": "400ms",
    "slower": "600ms",
    "crawl": "1000ms"
  },
  "easing": {
    "$description": "Named cubic-bezier curves.",
    "linear": "linear",
    "easeIn": "cubic-bezier(0.4, 0, 1, 1)",
    "easeOut": "cubic-bezier(0, 0, 0.2, 1)",
    "easeInOut": "cubic-bezier(0.4, 0, 0.2, 1)",
    "spring": "cubic-bezier(0.34, 1.56, 0.64, 1)",
    "sharp": "cubic-bezier(0.4, 0, 0.6, 1)"
  },
  "color": {
    "$description": "All color tokens. Use apliteni.theme.dark / light for semantic roles in code.",
    "apliteni": {
      "$description": "Apliteni brand palette from the official brandbook.",
      "primary": {
        "black": "#121212",
        "violet": "#914dff",
        "white": "#ffffff"
      },
      "supporting": {
        "red": "#ff453a",
        "yellow": "#ffd12f",
        "orange": "#f79027",
        "green": "#62c862",
        "blue": "#3a86ff",
        "pink": "#fa6c8f"
      },
      "neutral": {
        "1": "#121212",
        "2": "#191919",
        "3": "#434240",
        "4": "#6a6866",
        "5": "#928f8b",
        "6": "#b9b5b1",
        "7": "#e0dcd7",
        "8": "#f1efed",
        "9": "#ffffff"
      },
      "red": {
        "1": "#f33126",
        "2": "#f93b30",
        "3": "#ff453a",
        "4": "#ff6754",
        "5": "#ff836f",
        "6": "#ff9d8a",
        "7": "#ffb6a6",
        "8": "#ffcfc3"
      },
      "yellow": {
        "1": "#f6c700",
        "2": "#ffcf01",
        "3": "#ffd12f",
        "4": "#ffdb47",
        "5": "#ffe16a",
        "6": "#ffe789",
        "7": "#ffeda7",
        "8": "#fff3c5"
      },
      "orange": {
        "1": "#ff7700",
        "2": "#ff8100",
        "3": "#ff8f18",
        "4": "#ffa43a",
        "5": "#ffaa52",
        "6": "#fab671",
        "7": "#fbcb9a",
        "8": "#fddcbb"
      },
      "green": {
        "1": "#48a848",
        "2": "#4faf4f",
        "3": "#62c862",
        "4": "#6be56b",
        "5": "#76f076",
        "6": "#8ef78e",
        "7": "#a9ffa9",
        "8": "#cbffcb"
      },
      "blue": {
        "1": "#3572d4",
        "2": "#3577df",
        "3": "#3a86ff",
        "4": "#5696ff",
        "5": "#6fa6ff",
        "6": "#87b6ff",
        "7": "#9fc5ff",
        "8": "#b7d4ff"
      },
      "pink": {
        "1": "#fc547e",
        "2": "#fb6288",
        "3": "#fa6c8f",
        "4": "#fa7b9b",
        "5": "#fb8da8",
        "6": "#fb9fb6",
        "7": "#fbb2c5",
        "8": "#fbc6d5"
      },
      "violet": {
        "1": "#914dff",
        "2": "#9b5dff",
        "3": "#a771ff",
        "4": "#b586fe",
        "5": "#c39bfc",
        "6": "#cfaffa",
        "7": "#dac3f8",
        "8": "#e5d8f5"
      },
      "theme": {
        "$description": "Semantic role tokens — reference these in code instead of raw palette values.",
        "dark": {
          "background": "#121212",
          "surface": "#191919",
          "surfaceRaised": "#434240",
          "border": "#333130",
          "borderSubtle": "#2a2826",
          "textPrimary": "#ffffff",
          "textMuted": "#928f8b",
          "textDisabled": "#6a6866",
          "accent": "#914dff",
          "accentHover": "#9b5dff",
          "accentSubtle": "#e5d8f5"
        },
        "light": {
          "background": "#f1efed",
          "surface": "#ffffff",
          "surfaceRaised": "#ffffff",
          "border": "#e0dcd7",
          "borderSubtle": "#f1efed",
          "textPrimary": "#121212",
          "textMuted": "#928f8b",
          "textDisabled": "#b9b5b1",
          "accent": "#914dff",
          "accentHover": "#914dff",
          "accentSubtle": "#efe1ff"
        }
      }
    }
  },
  "fontFamily": {
    "apliteni": [
      "Poppins",
      "system-ui",
      "sans-serif"
    ]
  },
  "fontSize": {
    "display": "56px",
    "h1": "40px",
    "h2": "28px",
    "h3": "20px",
    "h4": "16px",
    "body": "15px",
    "small": "13px",
    "caption": "11px"
  },
  "fontWeight": {
    "regular": 400,
    "medium": 500,
    "semibold": 600,
    "bold": 700
  },
  "lineHeight": {
    "tight": "1.1",
    "snug": "1.3",
    "normal": "1.5",
    "relaxed": "1.75"
  },
  "letterSpacing": {
    "tight": "-0.02em",
    "normal": "0em",
    "wide": "0.04em",
    "wider": "0.12em"
  }
}
