window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#e0cdbf",
"text": "#161616"
},
"button": {
"background": "#4b927b"
}
},
"theme": "classic",
"position": "bottom-right",
"content": {
"message": "We use some cookies so that you can have a *chef's kiss* experience.",
"dismiss": "I'm cool with it.",
"link": "Cookies Policy",
"href": "/legal/cookies-policy"
}
});