<script src="//widget.simplybook.me/react-widget/public/runtime.js"></script>
<script src="//widget.simplybook.me/react-widget/public/app.js"></script>
<link rel="stylesheet" href="//widget.simplybook.me/react-widget/public/app.css">

<div id="sb_widget"></div>

<script>
    window.addEventListener("load", () => {
        const themeSettings = {"colors_accent":"#183046","colors_accent_contrast":"#ffffff","colors_text":"#0b3052","colors_text_secondary":"#6d7785","colors_border":"#e7eaee","colors_background":"#ffffff","colors_link":"#216fec","font_sizes_h2":"24px","font_sizes_h3":"20px","font_sizes_p":"16px"};
        // const predefined = [];

        const widgetContainer = document.getElementById('sb_widget');
        SimplyBookWidget(widgetContainer, {
            apiKey: "d6e62ae7f20a9645104693f4b79d3b981e0dcc033ab6cd350aedafd32e703469",
            company: "catchthefiregrow",
            baseUrl: "https://user-api-v2.simplybook.me",
            theme:  themeSettings
        });
    });
</script>