@font-face {
    font-family: "Josefin";
    src: url("/assets/font/josefin.ttf");
}

html, body {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'Josefin', sans-serif;
	overflow: hidden;
	margin: 0px;
}

a {
	text-decoration: none !important;
}
