*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
a {
	
  text-decoration: none;
}
input,
button,
textarea,
select {
  border: none;
  outline: none;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
button {
  cursor: pointer;
}
img {
  width: 100%;
  height: 100%;
  display: block;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
b {
  font-weight: 500;
}
