
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Wellmark Technologies</title>
    <link rel="icon" type="image/png" href="/favicon.png" />

    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
  <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap" rel="stylesheet">
   <style>
      :root {
        --apple-bg: #f5f5f7;
        --apple-text: #1d1d1f;
        --apple-blue: #0066cc;
      }
      body {
       font-family: 'Quicksand', sans-serif;

        background-color: #ffffff;
        color: var(--apple-text);
        margin: 0;
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;
      }
      .apple-glass {
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: saturate(180%) blur(20px);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
      }
      .hero-gradient {
        background: radial-gradient(circle at 50% 50%, #ffffff 0%, #f5f5f7 100%);
      }
      @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
      }
      .animate-float {
        animation: float 6s ease-in-out infinite;
      }
      .text-balance {
        text-wrap: balance;
      }
    </style>

    <script type="importmap">
    {
      "imports": {
        "react/": "https://esm.sh/react@^19.2.3/",
        "react": "https://esm.sh/react@^19.2.3",
        "react-dom/": "https://esm.sh/react-dom@^19.2.3/"
      }
    }
    </script>
  <script type="module" crossorigin src="/assets/index-CevE2X-H.js"></script>
  <link rel="stylesheet" crossorigin href="/assets/index-B0IJ56jx.css">
</head>
  <body>
    <div id="root"></div>
</body>
</html>
