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: "Gilroy";
  src: url("~/fonts/Gilroy/Gilroy-Black_0.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

html, body, * {
  font-family: "Gilroy", Arial, sans-serif !important;
}