@font-face {
  font-family: "F37 Ginger";
  src: url("/fonts/F37GingerCyrillic-VF.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  font-family: "F37 Ginger", Arial, Helvetica, sans-serif;
  background: #00afca;
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100svh;
  background: #00afca;
}

main {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: clamp(10px, 2.5vw, 48px);
  text-align: center;
}

a {
  color: #f4c430;
  font-size: clamp(0.8rem, 4.35vw, 7rem);
  font-weight: 760;
  letter-spacing: -0.06em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease, transform 160ms ease;
}

a:hover {
  color: #ffd95a;
  transform: scale(1.015);
}

a:focus-visible {
  border-radius: 0.08em;
  outline: 0.05em solid #ffffff;
  outline-offset: 0.08em;
}

@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
