h1, p {
		font-family: 'DM Sans', sans-serif;
}

h1 {
		font-weight: 700;
		text-transform: uppercase;
		font-size: 48px;
}

p {
		margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 24px;
  }
}