@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

body {
  font-synthesis: none;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: translate(-120%, -120%);
}

.skip-link:focus {
  transform: translate(16px, 16px);
}
