html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

@font-face {
    font-family: "bootstrap-icons";
    src: url("~/lib/bootstrap-icons-1.3.0/fonts/bootstrap-icons.woff2") format("woff2"), url("~/lib/bootstrap-icons-1.3.0/fonts/bootstrap-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}