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

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

html {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  background-color: #FAFAFA;
}

body {
  background-color: #FAFAFA;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

h1 {
  font-size: 24px;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

input {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  min-height: 28px;
  padding: 0 8px;
  font-size: 13px;
  color: #636264;
  outline: none;
}
