:root {
  color-scheme: light;
  font-family: "Gerstner Programm", Arial, Helvetica, sans-serif;
}

@font-face {
  font-family: "Gerstner Programm";
  src: url("assets/Gerstner-ProgrammMedium.woff2") format("woff2");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.landing {
  align-items: center;
  background: #d7d5d3;
  display: flex;
  justify-content: center;
  min-height: 100svh;
  overflow: hidden;
  padding: 2.5rem;
  position: relative;
}

.background {
  background: url("assets/background.jpeg") center / cover no-repeat;
  inset: 0;
  position: absolute;
}

.content {
  align-items: center;
  color: #111;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}

.logo {
  height: auto;
  z-index: 1;
  max-width: min(60rem, 78vw);
}

.support-text {
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  letter-spacing: 0.015em;
  line-height: 1.35;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 48px;
  left: 1.5rem;
  right: 1.5rem;
}

.support-text a {
  color: inherit;
}
