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

html {
  font-size: 15px;
}

a,button,[role="button"],input,select,textarea{min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
img,picture,video,svg{max-width:100%;height:auto;display:block}

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

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

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

body {
  margin-bottom: 0;
  padding-bottom: clamp(20px,4vw,44px);
}

@media(max-width:576px){html{font-size:14px}}
@media(min-width:1400px){html{font-size:18px}}
@media(min-width:1800px){html{font-size:19px}}