@font-face {
	font-family: "Flink Regular";
	src: url(../fonts/FlinkRegular.otf);
}

@font-face {
	font-family: "Flink Bold";
	src: url(../fonts/FlinkBold.otf);
}

html,
body {
	width: 100%;
	height: 100%;
}

html,
body,
p,
h1,
h2,
ul,
form {
	padding: 0;
	margin: 0;
}

button,
input {
	border: none;
}

a {
	text-decoration: none;
	color: black;
}

ul {
	list-style-type: none;
}

.bold {
	font-family: "Flink Bold", sans-serif;
	font-weight: bold;
}

h1,
h2,
h3,
p,
a,
button,
form,
li {
	font-family: "Flink Regular";
	font-size: 12pt;
}
