@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/NunitoSans.ttf") format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #050212;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  min-height: 100dvh;
  background: var(--navy);
  overflow: hidden;
}

.stage {
  position: fixed;
  inset: 0;
  background:
    url("./public/proximus-ada-bg.jpg") left top / cover no-repeat,
    var(--navy);
}

.veil {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse at 50% 48%,
    rgba(5, 2, 18, 0.08) 0%,
    rgba(5, 2, 18, 0.18) 100%
  );
}

elevenlabs-convai {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  pointer-events: none;
  visibility: hidden;
}

elevenlabs-convai.belretail-ready {
  visibility: visible;
  pointer-events: none;
}
