
<!DOCTYPE html>
<html lang="pt-BR">
  <head>
  <script type="importmap">
{
  "imports": {
    "react/": "https://esm.sh/react@^19.2.4/",
    "react": "https://esm.sh/react@^19.2.4",
    "react-dom/": "https://esm.sh/react-dom@^19.2.4/"
  }
}
</script>
    <script type="module">import { injectIntoGlobalHook } from "/@react-refresh";
injectIntoGlobalHook(window);
window.$RefreshReg$ = () => {};
window.$RefreshSig$ = () => (type) => type;</script>

    <script type="module" src="/@vite/client"></script>

    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Mariana Furtunato | Cura Emocional e Autoconhecimento</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
    <style>
      body {
        font-family: 'Inter', sans-serif;
      }
      h1, h2, h3, h4 {
        font-family: 'Lora', serif;
      }
      .bg-nature-gradient {
        /* Gradiente Amarelo Ouro Vibrante e Intenso */
        background: linear-gradient(135deg, #fde047 0%, #facc15 50%, #eab308 100%);
        background-attachment: fixed;
      }
      /* Animação suave para os botões vibrantes */
      .btn-vibrant {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .btn-vibrant:hover {
        filter: brightness(1.1);
        transform: scale(1.02);
      }
    </style>

<link rel="stylesheet" href="/index.css">
<script src="/_aistudio-iframe.js?v=2f1c016a"></script></head>
  <body>
    <div id="root"></div>
  <script type="module" src="/index.tsx"></script>
</body>
</html>
