@font-face {
  font-family: sfRounded;
  src: url("sfrounded.otf");
}

.sfRounded {
    font-family: sfRounded, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    font-weight: 500;
}

* {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  margin: 0;
}

h1, h2, h3, h4 {
    font-weight: bold;
}

.nav-more {
    font-size: 18px;
    font-weight: bold;
    color: black
}

@media (max-width: 460px) {
    .nav-more {
        font-size: 16px!important;
    }
}
