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

html {
  scroll-behavior: smooth;
}

body.altaha-wordpress-site {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", Arial, sans-serif;
}

body.altaha-wordpress-site > #wpadminbar {
  position: fixed;
}

body.admin-bar.altaha-wordpress-site .nav-shell {
  top: 56px;
}

@media screen and (max-width: 782px) {
  body.admin-bar.altaha-wordpress-site .nav-shell {
    top: 70px;
  }
}
