@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600&display=swap");

@font-face {
  font-family: "LeagueSpartan";
  src: url("../fonts/LeagueSpartan-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --logo-min-scale: 0.62;
  --logo-margin: 18px;
  --logo-bar-height: 240px;
}

@media (min-width: 1024px) {
  :root {
    --logo-bar-height: 300px;
  }
}

@media (min-width: 1400px) {
  :root {
    --logo-bar-height: 340px;
  }
}

body {
  font-family: "Space Grotesk", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  /* font-family: "LeagueSpartan", "Space Grotesk", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; */
  font-weight: 300;
  /* font-size: 24px; */
  background: #ffffff;
}

.content {
  padding-top: 100vh;
}

#logo-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 40;
}

#logo-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--logo-bar-height);
  background: #ffffff;
}

#logo {
  width: clamp(220px, 34vw, 440px);
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.25));
  display: block;
}

#logo-group {
  position: fixed;
  top: 0;
  left: 0;
  transform-origin: top left;
  will-change: transform;
  z-index: 1;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

#logo-tagline {
  margin-top: clamp(28px, 7vw, 68px);
  font-family: "LeagueSpartan", "Space Grotesk", "Inter", system-ui, sans-serif;
  color: #0f172a;
  line-height: 1.25;
}

#logo-tagline .primary {
  display: block;
  font-weight: 600;
  font-size: clamp(18px, 3vw, 36px);
  letter-spacing: 0.12em;
}

#logo-tagline .secondary {
  display: block;
  margin-top: 8px;
  font-weight: 300;
  font-size: clamp(17px, 2.6vw, 28px);
  letter-spacing: 0.22em;
}
