@font-face {
  font-family: "Anek Latin";
  src: url("./assets/fonts/AnekLatin-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-height: 100lvh;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

body {
  width: 100%;
  min-height: 100%;
  min-height: 100lvh;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.landing {
  display: grid;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
}

.works-link {
  color: #111;
  font-family: "Anek Latin", sans-serif;
  font-size: 12px;
  font-variation-settings: "wdth" 100, "wght" 400;
  line-height: 1;
  text-decoration: none;
}

.works-link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 5px;
}
