{
"$schema": "https:// Hoffdesk.com/design-tokens.schema.json",
"version": "1.5.0",
"calendar": {
"weekGrid": {
"columns": 7,
"minCellHeight": "80px",
"headerHeight": "48px",
"gutter": "4px",
"borderRadius": "8px"
},
"dayView": {
"hourHeight": "60px",
"nowMarkerThickness": "2px",
"eventGap": "2px",
"minEventHeight": "24px"
},
"timeline": {
"travelMarkerOffset": "24px",
"bufferWarningOffset": "32px"
}
},
"cards": {
"borderRadius": "12px",
"padding": "16px",
"gap": "12px",
"shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.3)"
},
"buttons": {
"borderRadius": "8px",
"paddingX": "16px",
"paddingY": "8px",
"minHeight": "40px",
"touchTarget": "48px"
},
"toast": {
"borderRadius": "8px",
"maxWidth": "320px",
"padding": "12px 16px",
"undoButtonWidth": "80px",
"slideInDuration": "200ms"
},
"breakpoints": {
"mobile": "640px",
"tablet": "768px",
"desktop": "1024px"
},
"spacing": {
"xs": "4px",
"sm": "8px",
"md": "12px",
"lg": "16px",
"xl": "24px",
"2xl": "32px"
}
}