* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 300;
}

h1 {
  font-size: 2.7rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}
p {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #8aa5aa;
}

a:hover{
	color: #8aa5aa;
}

ul {
  list-style-type: none;
}
button {
  border: none;
  color: white;
  cursor: pointer;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
}
b, strong {
    font-weight: bold;
}

@media(max-width: 767.98px){
	p {
    	font-size: 16px;
	}
}
