* {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
p {
	font-family: "Stack Sans Headline", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.05rem;
}

p {
	font-size: 1rem;
	font-weight: 300;
}
h1 {
	font-size: 2.027rem;
}
h2 {
	font-size: 1.802rem;
}
h3 {
	font-size: 1.602rem;
}
h4 {
	font-size: 1.424rem;
}
h5 {
	font-size: 1.266rem;
}

/* Laptop */
@media only screen and (max-width: 1200px) {
	* {
		font-size: 14px;
	}
}

@media only screen and (max-width: 900px) {
	* {
		font-size: 12px;
	}
}
