@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "ProximaNova", sans-serif;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background-color: #f7f9fb;
}

#body-container {
  min-height: 100dvh;
}

* {
  -webkit-tap-highlight-color: transparent;
}
