@font-face {
  font-family: "Lausanne";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://assets.ramp.com/fonts/lausanne/lausanne-400/TWKLausanne-400.woff2") format("woff2");
}

:root {
  color: #fff;
  font-family: "Lausanne", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #090909;
}

body {
  min-width: 320px;
  margin: 0;
  background: #090909;
}

.counter {
  display: flex;
  min-height: 100svh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 24px;
  background: radial-gradient(ellipse at center, rgb(255 255 255 / 4%), transparent 46%);
  text-align: center;
}

.router-logo {
  width: 210px;
  height: 66px;
  margin-bottom: 80px;
  filter: brightness(0) invert(1);
}

h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(64px, 10vw, 96px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.06em;
}

#number {
  display: inline-block;
  margin-left: 8px;
  padding: 8px 12px;
  color: #1a1919;
  background: #e4f222;
  font-variant-numeric: tabular-nums;
}

#decimals {
  margin-top: 24px;
  color: #a39d99;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 520px) {
  .router-logo {
    width: 168px;
    height: auto;
    margin-bottom: 64px;
  }
}
