if (window.initSkipper) {
window.initSkipper({
"hotelId": "KENZOHALL_KENZOLAKE",
"target": "skipper-target",
"targetIds": [
"placeholder-id"
],
"targetClasses": [
"placeholder-class"
],
"fallbackUrl": "https://www.kenozahall.com",
"style": {
primaryFont: {
family: "freight-big-pro",
transform: "titlecase",
},
secondaryFont: "aktiv-grotesk-extended",
baseFontSize: "16px",
primaryColor: "#612222",
accentColor: "#CF908F",
primaryFontColor: "#525251",
accentFontColor: "#FFFFFF",
secondaryFontColor: "#CF908F",
placeholderFontColor: "#525251",
primaryBorderColor: "#525251",
primaryBackgroundColor: "#F9F8F5",
secondaryBackgroundColor: "#F9F8F5",
alertBackgroundColor: "#7e7e7e",
successColor: "#22c55e",
errorColor: "#b91c1c",
errorBackgroundColor: "#ef5151",
warningColor: "#facc15",
inactiveOpacity: 0.5,
disabledOpacity: 0.3,
highlightOpacity: 0.1,
stateOpacity: 0.4
}
});
}