@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter-latin-var.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/dm-sans-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  --doppell-foreground: #000000;
  --doppell-text-tertiary: #cb53ec;
}

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

.home-page {
  display: grid;
  place-items: center;
  background: #f5f5f2;
  color: #161616;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.home-main {
  padding: 2rem;
  text-align: center;
  max-width: 42rem;
}

.home-main h1 {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
}

.home-main p {
  margin: 0.8rem 0 0;
  line-height: 1.6;
}

.home-main a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.iframe-page {
  background: #000;
  overflow: hidden;
}

.fullscreen-frame {
  display: block;
  width: 100vw;
  height: 100vh;
  border: 0;
  background: #000;
}

.imprint-link {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 10;
  color: var(--doppell-foreground);
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 150ms ease;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
}

.imprint-link:hover,
.imprint-link:focus-visible {
  color: var(--doppell-text-tertiary);
}

.iframe-page .imprint-link {
  color: #fff;
}

.home-imprint-link {
  color: var(--doppell-foreground);
  text-decoration: none;
  transition: color 150ms ease;
}

.home-imprint-link:hover,
.home-imprint-link:focus-visible {
  color: var(--doppell-text-tertiary);
}

.home-imprint-bottom {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
}
