{
  "$schema": "https://schemas.tokens.studio/tokens-1.0.json",
  "color": {
    "pentelikon": {
      "50":  { "value": "#FAF7F0", "type": "color", "description": "λευκός · canvas, lookbook" },
      "100": { "value": "#F2EEE5", "type": "color", "description": "ἐλεφάντινος · web background" },
      "200": { "value": "#E8E2D2", "type": "color", "description": "ἀλάβαστρος · raised surfaces" },
      "300": { "value": "#D8CFB8", "type": "color", "description": "κιρρός · borders, dividers" },
      "400": { "value": "#C0B59A", "type": "color" },
      "500": { "value": "#A89C7E", "type": "color" },
      "600": { "value": "#857A60", "type": "color" },
      "700": { "value": "#615946", "type": "color" },
      "800": { "value": "#3F3A2E", "type": "color" },
      "900": { "value": "#26221B", "type": "color" }
    },
    "stone": {
      "300": { "value": "#B0A89A", "type": "color", "description": "τέφρα · muted text" },
      "500": { "value": "#6E665C", "type": "color", "description": "σκιά · secondary text" },
      "700": { "value": "#3D3830", "type": "color", "description": "βαθύς · headings on light" }
    },
    "krokos": {
      "100": { "value": "#F4E2A8", "type": "color", "description": "ἁπαλός · glow, soft fills" },
      "400": { "value": "#C29545", "type": "color", "description": "κρόκος · signature accent" },
      "600": { "value": "#86621F", "type": "color", "description": "χρυσός · italic emphasis" },
      "800": { "value": "#43310A", "type": "color", "description": "βυθός · foiled embossing" }
    },
    "tyrian": {
      "400": { "value": "#7A3437", "type": "color", "description": "πορφύρα · limited lines" },
      "500": { "value": "#5C1E20", "type": "color", "description": "οἶνοψ · secondary accent" }
    },
    "onyx": {
      "600": { "value": "#1B1916", "type": "color", "description": "ὄνυξ · primary text" },
      "700": { "value": "#13110F", "type": "color" }
    },
    "verdigris": {
      "300": { "value": "#9CB3A6", "type": "color", "description": "πατίνα · quiet detail" },
      "500": { "value": "#5F7A6E", "type": "color", "description": "χλωρός · bronze patina ≤ 5%" }
    }
  },
  "font": {
    "display":   { "value": "Cinzel, 'Trajan Pro', 'Times New Roman', serif",          "type": "fontFamily" },
    "editorial": { "value": "'Cormorant Garamond', 'EB Garamond', Georgia, serif",      "type": "fontFamily" },
    "body":      { "value": "Inter, -apple-system, 'Segoe UI', Roboto, sans-serif",     "type": "fontFamily" },
    "mono":      { "value": "'JetBrains Mono', 'SF Mono', Consolas, monospace",         "type": "fontFamily" }
  },
  "spacing": {
    "1":  { "value": "0.25rem",  "type": "spacing" },
    "2":  { "value": "0.5rem",   "type": "spacing" },
    "3":  { "value": "0.75rem",  "type": "spacing" },
    "4":  { "value": "1rem",     "type": "spacing" },
    "5":  { "value": "1.5rem",   "type": "spacing" },
    "6":  { "value": "2rem",     "type": "spacing" },
    "7":  { "value": "3rem",     "type": "spacing" },
    "8":  { "value": "4rem",     "type": "spacing" },
    "9":  { "value": "6rem",     "type": "spacing" },
    "10": { "value": "8rem",     "type": "spacing" },
    "11": { "value": "12rem",    "type": "spacing" },
    "12": { "value": "16rem",    "type": "spacing" }
  },
  "radius": {
    "xs": { "value": "1px", "type": "borderRadius" },
    "sm": { "value": "2px", "type": "borderRadius" },
    "md": { "value": "4px", "type": "borderRadius" },
    "lg": { "value": "8px", "type": "borderRadius" }
  },
  "motion": {
    "fast":  { "value": "240ms", "type": "duration" },
    "base":  { "value": "380ms", "type": "duration" },
    "slow":  { "value": "640ms", "type": "duration" },
    "scene": { "value": "920ms", "type": "duration" }
  },
  "easing": {
    "marble":   { "value": "cubic-bezier(0.22, 0.61, 0.36, 1)", "type": "cubicBezier" },
    "precise":  { "value": "cubic-bezier(0.4, 0, 0.2, 1)",       "type": "cubicBezier" },
    "emphasis": { "value": "cubic-bezier(0.32, 0.72, 0, 1)",     "type": "cubicBezier" }
  },
  "container": {
    "default":   { "value": "1240px", "type": "sizing" },
    "editorial": { "value": "1440px", "type": "sizing" }
  }
}
