@import url(https://fonts.bunny.net/css?family=abel:400);

body {
	font-family: "abel", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	background-color: #000;
}

dialog {
	margin: auto;
	width: 100%;
}

button, input, textarea {
	font-family: "abel", sans-serif;
}