<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Website to come - tba</title>
  <meta name="robots" content="noindex, nofollow">
  <style>
    :root { color-scheme: dark; }
    * { box-sizing: border-box; }
    body {
      margin: 0;
      min-height: 100vh;
      display: grid;
      place-items: center;
      background: #090d10;
      color: #f6f3ea;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }
    h1 {
      margin: 0;
      font-size: clamp(48px, 14vw, 120px);
      line-height: 1;
      letter-spacing: 0;
    }
  </style>
</head>
<body>
  <h1>Website to come - tba</h1>
</body>
</html>
