{
  "$description": "Design tokens Don Artesano & CubasFarm v4.12.0. Gerado por Scripts/gerar-tokens.mjs, nao editar.",
  "color": {
    "brand": {
      "azul-onix": {
        "$value": "#1b212d",
        "$type": "color",
        "$description": "Heros e fundos escuros de sofisticação."
      },
      "titanio-solido": {
        "$value": "#323643",
        "$type": "color",
        "$description": "Dominante na Don Artesano; uso comedido na CubasFarm."
      },
      "cinza-quartzo": {
        "$value": "#606470",
        "$type": "color",
        "$description": "Subtítulos, menus, legendas, texto secundário."
      },
      "dourado": {
        "$value": "#d19f47",
        "$type": "color",
        "$description": "Acento, no máximo 1 a 2 elementos por peça."
      },
      "branco-resina": {
        "$value": "#f2ead9",
        "$type": "color",
        "$description": "O claro quente da loja: fundos e grids de produto."
      },
      "branco-ssm": {
        "$value": "#ffffff",
        "$type": "color",
        "$description": "Texto sobre escuro; o branco do produto."
      }
    },
    "neutral": {
      "canvas": {
        "$value": "#f8f8f8",
        "$type": "color",
        "$description": "Fundo de app e documentos."
      },
      "border-subtle": {
        "$value": "#ededed",
        "$type": "color",
        "$description": "Divisor leve entre superfícies."
      },
      "border-default": {
        "$value": "#d9d9d9",
        "$type": "color",
        "$description": "Borda de amostra e controle."
      }
    },
    "state": {
      "success": {
        "$value": "#1f6b3e",
        "$type": "color",
        "$description": "Auditado AA sobre brancos"
      },
      "warning": {
        "$value": "#9c6a1e",
        "$type": "color",
        "$description": "Alertas/feedback. AA sobre Branco SSM (4.67:1); sobre Branco Resina apenas texto grande/bold >=24px (3.90:1). NÃO confundir com dourado brand (#d19f47)."
      },
      "error": {
        "$value": "#a8281c",
        "$type": "color",
        "$description": "Auditado AA sobre brancos"
      },
      "info": {
        "$value": "#1f4d8c",
        "$type": "color",
        "$description": "Auditado AA sobre brancos"
      }
    },
    "semantic": {
      "surface": {
        "canvas": {
          "$value": "#f8f8f8",
          "$type": "color"
        },
        "default": {
          "$value": "#ffffff",
          "$type": "color"
        },
        "warm": {
          "$value": "#f2ead9",
          "$type": "color",
          "$description": "EXCLUSIVA CF, D24: superfícies warm só na CubasFarm"
        },
        "inverse": {
          "$value": "#323643",
          "$type": "color"
        },
        "inverse-deep": {
          "$value": "#1b212d",
          "$type": "color"
        }
      },
      "text": {
        "primary": {
          "$value": "#323643",
          "$type": "color"
        },
        "secondary": {
          "$value": "#606470",
          "$type": "color"
        },
        "inverse": {
          "$value": "#ffffff",
          "$type": "color"
        },
        "disabled": {
          "$value": "#606470",
          "$type": "color"
        }
      },
      "border": {
        "subtle": {
          "$value": "#ededed",
          "$type": "color"
        },
        "default": {
          "$value": "#d9d9d9",
          "$type": "color"
        },
        "strong": {
          "$value": "#323643",
          "$type": "color"
        },
        "inverse": {
          "$value": "#ffffff",
          "$type": "color"
        }
      }
    }
  },
  "typography": {
    "family": {
      "display": {
        "$value": [
          "Playfair Display",
          "Georgia",
          "serif"
        ],
        "$type": "fontFamily",
        "$description": "Títulos editoriais. NUNCA em caixa alta."
      },
      "sans": {
        "$value": [
          "Inter",
          "system-ui",
          "-apple-system",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "UI, corpo, labels, botões"
      }
    },
    "weight": {
      "regular": {
        "$value": 400,
        "$type": "number"
      },
      "medium": {
        "$value": 500,
        "$type": "number"
      },
      "semibold": {
        "$value": 600,
        "$type": "number"
      },
      "bold": {
        "$value": 700,
        "$type": "number"
      }
    },
    "lineHeight": {
      "tight": {
        "$value": 1.1,
        "$type": "number"
      },
      "snug": {
        "$value": 1.2,
        "$type": "number"
      },
      "default": {
        "$value": 1.3,
        "$type": "number"
      },
      "relaxed": {
        "$value": 1.4,
        "$type": "number"
      },
      "loose": {
        "$value": 1.55,
        "$type": "number"
      }
    },
    "letterSpacing": {
      "none": {
        "$value": "0",
        "$type": "string"
      },
      "tight": {
        "$value": "-0.01em",
        "$type": "dimension"
      },
      "wide": {
        "$value": "0.1em",
        "$type": "dimension"
      },
      "wider": {
        "$value": "0.15em",
        "$type": "dimension"
      }
    },
    "scaleSocial": {
      "H1-titulo-principal": {
        "family": {
          "$value": "display",
          "$type": "string"
        },
        "weight": {
          "$value": "medium",
          "$type": "string"
        },
        "size": {
          "$value": "80px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "tight",
          "$type": "string"
        }
      },
      "H2-subtitulo": {
        "family": {
          "$value": "display",
          "$type": "string"
        },
        "weight": {
          "$value": "medium",
          "$type": "string"
        },
        "size": {
          "$value": "56px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "tight",
          "$type": "string"
        }
      },
      "H3-cabecalho": {
        "family": {
          "$value": "sans",
          "$type": "string"
        },
        "weight": {
          "$value": "bold",
          "$type": "string"
        },
        "size": {
          "$value": "40px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "tight",
          "$type": "string"
        },
        "case": {
          "$value": "uppercase",
          "$type": "string"
        }
      },
      "corpo": {
        "family": {
          "$value": "sans",
          "$type": "string"
        },
        "weight": {
          "$value": "regular",
          "$type": "string"
        },
        "size": {
          "$value": "35px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "relaxed",
          "$type": "string"
        }
      },
      "legenda-spec": {
        "family": {
          "$value": "sans",
          "$type": "string"
        },
        "weight": {
          "$value": "regular",
          "$type": "string"
        },
        "size": {
          "$value": "28px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "default",
          "$type": "string"
        }
      },
      "cta-botao": {
        "family": {
          "$value": "sans",
          "$type": "string"
        },
        "weight": {
          "$value": "bold",
          "$type": "string"
        },
        "size": {
          "$value": "35px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "tight",
          "$type": "string"
        },
        "case": {
          "$value": "uppercase",
          "$type": "string"
        }
      },
      "credito": {
        "family": {
          "$value": "sans",
          "$type": "string"
        },
        "weight": {
          "$value": "regular",
          "$type": "string"
        },
        "size": {
          "$value": "22px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "default",
          "$type": "string"
        }
      },
      "tag-de-categoria": {
        "family": {
          "$value": "sans",
          "$type": "string"
        },
        "weight": {
          "$value": "bold",
          "$type": "string"
        },
        "size": {
          "$value": "22px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "snug",
          "$type": "string"
        }
      },
      "display-hero": {
        "family": {
          "$value": "display",
          "$type": "string"
        },
        "weight": {
          "$value": "medium",
          "$type": "string"
        },
        "size": {
          "$value": "200px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "tight",
          "$type": "string"
        }
      },
      "tag-pill": {
        "family": {
          "$value": "sans",
          "$type": "string"
        },
        "weight": {
          "$value": "bold",
          "$type": "string"
        },
        "size": {
          "$value": "28px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "snug",
          "$type": "string"
        }
      },
      "aspas-decorativas": {
        "family": {
          "$value": "display",
          "$type": "string"
        },
        "weight": {
          "$value": "medium",
          "$type": "string"
        },
        "size": {
          "$value": "280px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "tight",
          "$type": "string"
        }
      }
    },
    "scaleWeb": {
      "h1-desktop": {
        "family": {
          "$value": "display",
          "$type": "string"
        },
        "weight": {
          "$value": "medium",
          "$type": "string"
        },
        "size": {
          "$value": "48px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "tight",
          "$type": "string"
        }
      },
      "h1-mobile": {
        "family": {
          "$value": "display",
          "$type": "string"
        },
        "weight": {
          "$value": "medium",
          "$type": "string"
        },
        "size": {
          "$value": "28px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "1.15",
          "$type": "string"
        }
      },
      "h2-desktop": {
        "family": {
          "$value": "display",
          "$type": "string"
        },
        "weight": {
          "$value": "medium",
          "$type": "string"
        },
        "size": {
          "$value": "32px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "1.2",
          "$type": "string"
        }
      },
      "h2-mobile": {
        "family": {
          "$value": "display",
          "$type": "string"
        },
        "weight": {
          "$value": "medium",
          "$type": "string"
        },
        "size": {
          "$value": "22px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "1.25",
          "$type": "string"
        }
      },
      "section-title": {
        "family": {
          "$value": "sans",
          "$type": "string"
        },
        "weight": {
          "$value": "bold",
          "$type": "string"
        },
        "size": {
          "$value": "14px",
          "$type": "dimension"
        },
        "letterSpacing": {
          "$value": "wide",
          "$type": "string"
        }
      },
      "body": {
        "family": {
          "$value": "sans",
          "$type": "string"
        },
        "weight": {
          "$value": "regular",
          "$type": "string"
        },
        "size": {
          "$value": "14px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "1.55",
          "$type": "string"
        }
      },
      "body-small": {
        "family": {
          "$value": "sans",
          "$type": "string"
        },
        "weight": {
          "$value": "regular",
          "$type": "string"
        },
        "size": {
          "$value": "12px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "1.5",
          "$type": "string"
        }
      },
      "caption": {
        "family": {
          "$value": "sans",
          "$type": "string"
        },
        "weight": {
          "$value": "regular",
          "$type": "string"
        },
        "size": {
          "$value": "12px",
          "$type": "dimension"
        },
        "lineHeight": {
          "$value": "relaxed",
          "$type": "string"
        }
      },
      "price": {
        "family": {
          "$value": "sans",
          "$type": "string"
        },
        "weight": {
          "$value": "semibold",
          "$type": "string"
        },
        "size": {
          "$value": "18px",
          "$type": "dimension"
        }
      },
      "price-large": {
        "family": {
          "$value": "sans",
          "$type": "string"
        },
        "weight": {
          "$value": "bold",
          "$type": "string"
        },
        "size": {
          "$value": "28px",
          "$type": "dimension"
        }
      }
    }
  },
  "spacing": {
    "0": {
      "$value": "0px",
      "$type": "dimension"
    },
    "1": {
      "$value": "4px",
      "$type": "dimension"
    },
    "2": {
      "$value": "8px",
      "$type": "dimension"
    },
    "3": {
      "$value": "12px",
      "$type": "dimension"
    },
    "4": {
      "$value": "16px",
      "$type": "dimension"
    },
    "5": {
      "$value": "24px",
      "$type": "dimension"
    },
    "6": {
      "$value": "32px",
      "$type": "dimension"
    },
    "7": {
      "$value": "48px",
      "$type": "dimension"
    },
    "8": {
      "$value": "64px",
      "$type": "dimension"
    },
    "9": {
      "$value": "96px",
      "$type": "dimension"
    },
    "10": {
      "$value": "120px",
      "$type": "dimension"
    }
  },
  "radius": {
    "none": {
      "$value": "0px",
      "$type": "dimension"
    },
    "sm": {
      "$value": "4px",
      "$type": "dimension"
    },
    "md": {
      "$value": "8px",
      "$type": "dimension"
    },
    "lg": {
      "$value": "12px",
      "$type": "dimension"
    },
    "xl": {
      "$value": "16px",
      "$type": "dimension"
    },
    "2xl": {
      "$value": "24px",
      "$type": "dimension"
    },
    "full": {
      "$value": "9999px",
      "$type": "dimension"
    },
    "circle": {
      "$value": "50%",
      "$type": "dimension"
    }
  },
  "borderWidth": {
    "hairline": {
      "$value": "0.5px",
      "$type": "dimension"
    },
    "thin": {
      "$value": "1px",
      "$type": "dimension"
    },
    "default": {
      "$value": "1.5px",
      "$type": "dimension"
    },
    "thick": {
      "$value": "2px",
      "$type": "dimension"
    },
    "bold": {
      "$value": "3px",
      "$type": "dimension"
    }
  },
  "breakpoint": {
    "mobile": {
      "$value": "0px",
      "$type": "dimension"
    },
    "tablet": {
      "$value": "768px",
      "$type": "dimension"
    },
    "desktop": {
      "$value": "1025px",
      "$type": "dimension"
    },
    "wide": {
      "$value": "1440px",
      "$type": "dimension"
    }
  },
  "iconSize": {
    "sm": {
      "$value": "16px",
      "$type": "dimension"
    },
    "md": {
      "$value": "20px",
      "$type": "dimension"
    },
    "lg": {
      "$value": "24px",
      "$type": "dimension"
    },
    "xl": {
      "$value": "32px",
      "$type": "dimension"
    }
  },
  "opacity": {
    "disabled": {
      "$value": 0.4,
      "$type": "number"
    },
    "overlaySubtle": {
      "$value": 0.1,
      "$type": "number"
    },
    "overlayMedium": {
      "$value": 0.5,
      "$type": "number"
    },
    "overlayStrong": {
      "$value": 0.75,
      "$type": "number"
    },
    "hoverSubtle": {
      "$value": 0.9,
      "$type": "number"
    },
    "press": {
      "$value": 0.8,
      "$type": "number"
    }
  },
  "motion": {
    "duration": {
      "instant": {
        "$value": "100ms",
        "$type": "duration"
      },
      "fast": {
        "$value": "200ms",
        "$type": "duration"
      },
      "base": {
        "$value": "300ms",
        "$type": "duration"
      },
      "slow": {
        "$value": "500ms",
        "$type": "duration"
      },
      "editorial": {
        "$value": "800ms",
        "$type": "duration"
      }
    },
    "easing": {
      "default": {
        "$value": "cubic-bezier(0.4, 0, 0.2, 1)",
        "$type": "cubicBezier"
      },
      "in": {
        "$value": "cubic-bezier(0.4, 0, 1, 1)",
        "$type": "cubicBezier"
      },
      "out": {
        "$value": "cubic-bezier(0, 0, 0.2, 1)",
        "$type": "cubicBezier"
      },
      "editorial": {
        "$value": "cubic-bezier(0.22, 1, 0.36, 1)",
        "$type": "cubicBezier"
      }
    }
  },
  "shadow": {
    "sm": {
      "$type": "shadow",
      "$value": {
        "offsetX": "0px",
        "offsetY": "3px",
        "blur": "9px",
        "spread": "0px",
        "color": "#0000001F"
      }
    },
    "md": {
      "$type": "shadow",
      "$value": {
        "offsetX": "0px",
        "offsetY": "6px",
        "blur": "16px",
        "spread": "0px",
        "color": "#0000001F"
      }
    },
    "lg": {
      "$type": "shadow",
      "$value": {
        "offsetX": "0px",
        "offsetY": "12px",
        "blur": "32px",
        "spread": "0px",
        "color": "#0000002E"
      }
    }
  },
  "brand": {
    "don-artesano": {
      "action-primary-bg": {
        "$value": "#323643",
        "$type": "color"
      },
      "action-primary-text": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "action-primary-bg-hover": {
        "$value": "#1b212d",
        "$type": "color"
      },
      "action-secondary-border": {
        "$value": "#323643",
        "$type": "color"
      },
      "action-secondary-text": {
        "$value": "#323643",
        "$type": "color"
      },
      "action-secondary-bg-hover": {
        "$value": "#323643",
        "$type": "color"
      },
      "action-secondary-text-hover": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "accent": {
        "$value": "#1b212d",
        "$type": "color"
      },
      "link-default": {
        "$value": "#323643",
        "$type": "color"
      },
      "link-hover": {
        "$value": "#1b212d",
        "$type": "color"
      },
      "action-primary-bg-active": {
        "$value": "#1b212d",
        "$type": "color"
      }
    },
    "cubasfarm": {
      "action-primary-bg": {
        "$value": "#d19f47",
        "$type": "color"
      },
      "action-primary-text": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "action-primary-bg-hover": {
        "$value": "#323643",
        "$type": "color"
      },
      "action-secondary-border": {
        "$value": "#d19f47",
        "$type": "color"
      },
      "action-secondary-text": {
        "$value": "#323643",
        "$type": "color"
      },
      "action-secondary-bg-hover": {
        "$value": "#f2ead9",
        "$type": "color"
      },
      "action-secondary-text-hover": {
        "$value": "#323643",
        "$type": "color"
      },
      "accent": {
        "$value": "#d19f47",
        "$type": "color"
      },
      "link-default": {
        "$value": "#323643",
        "$type": "color"
      },
      "link-hover": {
        "$value": "#d19f47",
        "$type": "color"
      },
      "action-primary-bg-active": {
        "$value": "#323643",
        "$type": "color"
      }
    }
  }
}
