@charset "utf-8";

@font-face {
	font-family:FranzGrotesque Regular;
	src:url(FranzGrotesque-Regular.otf) format("opentype");
}

*,::before,::after {
	box-sizing: border-box;
}

body,h1,h2,h3,h4,p,ul,ol,li,figure,figcaption,blockquote,dl,dd {
	margin: 0;
}

body {
	font-family: 'FranzGrotesque Regular',sans-serif;
	font-size: inherit;
	line-height: 1.5;
	background-color: #1a1a1a;
}

html, body {height:100%;}

ul,ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a:active, a:focus { outline: none; }

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}