*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background: #ffffff;
  color: #101828;
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
}

a:hover {
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  background: transparent;
  cursor: pointer;
}

input,
textarea,
select,
button {
  outline: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

input[type="radio"] {
  appearance: radio;
}
