<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Jerin | Digital Marketing Strategist</title>
    <script type="module" crossorigin src="/assets/index-BzIHBtvc.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-BX9CRVva.css">
  </head>
  <body>
    <script>
      (function() {
        try {
          var css = localStorage.getItem('theme-css');
          if (css) {
            var styleEl = document.createElement("style");
            styleEl.id = "dynamic-theme";
            styleEl.textContent = css;
            document.head.appendChild(styleEl);
          }
          var themeRaw = localStorage.getItem('theme-data');
          if (themeRaw) {
            var theme = JSON.parse(themeRaw);
            document.body.style.backgroundColor = theme.bg_primary;
            document.body.style.fontFamily = "'" + theme.font_family + "', sans-serif";
            var fontId = "dynamic-font";
            var fontLink = document.createElement("link");
            fontLink.id = fontId;
            fontLink.rel = "stylesheet";
            fontLink.href = "https://fonts.googleapis.com/css2?family=" + theme.font_family.replace(/ /g, "+") + ":wght@300;400;500;600;700;800;900&display=swap";
            document.head.appendChild(fontLink);
          }
        } catch(e) {}
      })();
    </script>
    <div id="root"></div>
  </body>
</html>
