* {
	font-family: "Graphik-Regular";
	font-size: 18px;
}

input {
	font-family: "Graphik-Regular";
	font-size: 18px;
	padding: 10px;
}

textarea {
	font-family: "Graphik-Regular";
	font-size: 18px;
}

h1 {
	font-family: "Graphik-Regular";
	font-size: 32px;
	color: #009CDD;
}

h2 {
	font-family: "Graphik-Regular";
	font-size: 26px;
	color: #009CDD;
}

h3 {
	font-family: "Graphik-Regular";
	font-size: 24px;
	color: #009CDD;
}

@font-face {
  font-family: "Graphik-Regular";
  src:
    local("Graphik Regular"),
    url("GraphikRegular.otf") format("opentype"),
}
