{
  "$schema": "https://blason.pe/tokens.schema.json",
  "name": "Blasón Design Tokens",
  "version": "0.1.0",
  "color": {
    "paper": {
      "hex": "#F2EADB",
      "rgb": "242 234 219",
      "hsl": "37 41% 90%",
      "role": "background.default"
    },
    "paper-2": {
      "hex": "#EADFC8",
      "rgb": "234 223 200",
      "hsl": "37 39% 85%",
      "role": "background.alt"
    },
    "card": {
      "hex": "#FBF6EC",
      "rgb": "251 246 236",
      "hsl": "40 60% 95%",
      "role": "surface.raised"
    },
    "ink": {
      "hex": "#1F1A14",
      "rgb": "31 26 20",
      "hsl": "33 22% 10%",
      "role": "text.default"
    },
    "ink-2": {
      "hex": "#5C4F3F",
      "rgb": "92 79 63",
      "hsl": "33 19% 30%",
      "role": "text.muted"
    },
    "line": {
      "hex": "#D8C9AE",
      "rgb": "216 201 174",
      "hsl": "39 33% 76%",
      "role": "border.default"
    },
    "clay": {
      "hex": "#9B3A26",
      "rgb": "155 58 38",
      "hsl": "10 61% 38%",
      "role": "accent.primary"
    },
    "clay-deep": {
      "hex": "#6B2616",
      "rgb": "107 38 22",
      "hsl": "11 66% 25%",
      "role": "accent.primary.deep"
    },
    "ochre": {
      "hex": "#B8862B",
      "rgb": "184 134 43",
      "hsl": "39 63% 45%",
      "role": "accent.detail / state.pending"
    },
    "olive": {
      "hex": "#4D5A2F",
      "rgb": "77 90 47",
      "hsl": "78 31% 27%",
      "role": "state.success / veg"
    },
    "stone": {
      "hex": "#6E6457",
      "rgb": "110 100 87",
      "hsl": "33 12% 39%",
      "role": "neutral.warm"
    },
    "os-bg": {
      "hex": "#15110C",
      "rgb": "21 17 12",
      "hsl": "33 27% 6%",
      "role": "pos.background"
    },
    "os-surface": {
      "hex": "#1F1A12",
      "rgb": "31 26 18",
      "hsl": "37 27% 10%",
      "role": "pos.surface"
    },
    "os-prep": {
      "hex": "#C97032",
      "rgb": "201 112 50",
      "hsl": "25 60% 49%",
      "role": "kds.in-progress"
    },
    "os-ready": {
      "hex": "#7A9E3F",
      "rgb": "122 158 63",
      "hsl": "82 43% 43%",
      "role": "kds.ready"
    },
    "os-late": {
      "hex": "#C13B23",
      "rgb": "193 59 35",
      "hsl": "9 69% 45%",
      "role": "kds.late"
    }
  },
  "font": {
    "serif": {
      "stack": "'Fraunces', Georgia, serif",
      "google": "Fraunces:opsz,wght@9..144,400;500;600;700",
      "use": "headings, numbers, brand voice"
    },
    "sans": {
      "stack": "'Inter Tight', -apple-system, sans-serif",
      "google": "Inter Tight:wght@400;500;600;700",
      "use": "ui, body, paragraphs"
    },
    "mono": {
      "stack": "'JetBrains Mono', ui-monospace, monospace",
      "google": "JetBrains Mono:wght@400;500;700",
      "use": "data, timestamps, codes, badges"
    }
  },
  "type-scale": {
    "h1": {
      "size": "48px",
      "line": "0.95",
      "tracking": "-0.04em",
      "family": "serif",
      "weight": 500
    },
    "h2": {
      "size": "32px",
      "line": "1",
      "tracking": "-0.03em",
      "family": "serif",
      "weight": 500
    },
    "h3": {
      "size": "22px",
      "line": "1.1",
      "tracking": "-0.02em",
      "family": "serif",
      "weight": 600
    },
    "body": {
      "size": "16px",
      "line": "1.55",
      "tracking": "0",
      "family": "sans",
      "weight": 400
    },
    "small": {
      "size": "13px",
      "line": "1.5",
      "tracking": "0",
      "family": "sans",
      "weight": 400
    },
    "cap": {
      "size": "11px",
      "line": "1.4",
      "tracking": "0.1em",
      "family": "mono",
      "weight": 400,
      "transform": "uppercase"
    }
  },
  "radius": {
    "sm": "6px",
    "md": "12px",
    "lg": "18px",
    "pill": "999px"
  },
  "shadow": {
    "1": "0 1px 0 rgba(31,26,20,.04), 0 6px 18px rgba(31,26,20,.06)",
    "2": "0 1px 0 rgba(31,26,20,.06), 0 18px 36px rgba(31,26,20,.10)"
  },
  "spacing": {
    "1": "4px",
    "2": "8px",
    "3": "12px",
    "4": "16px",
    "5": "20px",
    "6": "24px",
    "8": "32px",
    "10": "40px",
    "12": "48px",
    "16": "64px",
    "20": "80px"
  },
  "breakpoints": {
    "mobile": "0",
    "tablet": "720px",
    "desktop": "1024px",
    "wide": "1280px"
  },
  "contact": {
    "address": "Calle Carmen Bajo 226, San Blas, Cusco",
    "phone": "+51 984 000 000",
    "email": "hola@blason.pe",
    "instagram": "@blason.cusco"
  }
}