@font-face {
  font-family: "PT Root UI";
  src: url("/static/fonts/pt-root-ui_vf.ttf") format("truetype-variations");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "PT Root UI";
}

.photo-small {
  width: 200px;
  height: 200px;
  border-radius: 8px;
  background-size: cover;
}

.nav-link {
  padding-top: 0.65rem;
}