{
  "$schema": "./tokens.schema.json",
  "name": "El Ofizio · App v4",
  "version": "4.0.0",
  "modes": {
    "light": {
      "color": {
        "brand": { "primary": "#EA4A10", "subtle": "#FFE7DC", "onPrimary": "#0B0B0C", "text": "#B6370A" },
        "background": { "canvas": "#F6F5F3", "surface": "#FFFFFF", "raised": "#EFEDEA" },
        "text": { "primary": "#0B0B0C", "secondary": "#64615D", "inverse": "#FFFFFF" },
        "border": { "subtle": "#E3DFDA", "control": "#85817C", "focus": "#0B0B0C" },
        "status": { "error": "#B42332", "errorSurface": "#FCEAED", "success": "#216441", "successSurface": "#E7F3EB", "warning": "#795100", "warningSurface": "#FFF0C5", "information": "#235CAC", "informationSurface": "#E9F0FC" }
      }
    },
    "dark": {
      "color": {
        "brand": { "primary": "#FF9A6B", "subtle": "#38251D", "onPrimary": "#0B0B0C", "text": "#FF9A6B" },
        "background": { "canvas": "#0E0D0C", "surface": "#1A1917", "raised": "#1F1E1C" },
        "text": { "primary": "#F6F5F3", "secondary": "#B9B5AF", "inverse": "#0B0B0C" },
        "border": { "subtle": "#3B3833", "control": "#8F8981", "focus": "#FF9A6B" },
        "status": { "error": "#FF9BA7", "errorSurface": "#382024", "success": "#91D5AB", "successSurface": "#193326", "warning": "#F4CF78", "warningSurface": "#382E17", "information": "#A0C6FF", "informationSurface": "#1D2B40" }
      }
    }
  },
  "space": { "xs": 4, "sm": 8, "md": 12, "lg": 16, "xl": 20, "2xl": 24, "3xl": 32, "4xl": 40, "5xl": 48, "6xl": 64 },
  "radius": { "control": 9999, "card": 24, "image": 20, "small": 12 },
  "size": { "control": 52, "button": 54, "touchMinimum": 44, "contentMaximum": 560 },
  "typography": { "body": "Instrument Sans", "heading": "Instrument Sans", "accent": "Instrument Serif", "logo": "Archivo", "headingWeight": 500, "accentStyle": "italic", "logoWeight": 800, "bodySize": 16, "bodyLineHeight": 24 },
  "motion": { "pressDuration": 120, "transitionDuration": 180, "respectReducedMotion": true }
}
