@font-face {
  font-family: TechnaSans;
  src: url('../fonts/TechnaSans-Regular.otf') format('opentype');
  font-display: swap;
}

.onLoadFont {
  font-family: 'TechnaSans', geneva;
  font-weight: 800;
}

.onloadInput {
  width: 100%;
}

html,
body {
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-family: geneva;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  max-width: 100vw;
  color: #444444;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: 'inherit';
}

button,
textarea,
input {
  outline: none !important;
}

ul,
li,
ol {
  list-style-type: none;
}

input[type='text']::-ms-clear {
  display: none !important;
}

input[type='checkbox'] {
  margin-right: 4px;
}

@media (max-width: 575px) {
  .navbar-nav {
    background: white;
  }
}

@keyframes hover {
  0% {
    top: -16px;
  }
  60% {
    top: 0;
  }
  100% {
    top: -16px;
  }
}
