@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body {
	background: #1e1e2e;
	color: #cdd6f4;
	padding: 16px 15% 16px 15%;
	margin: 0px;
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

@media only screen and (max-width: 800px) {
	body {
		padding: 16px 4% 16px 4% !important;
	}
	.pgp {
		white-space: pre-wrap !important;
		overflow-wrap: anywhere;
		word-wrap: break-word;
	}
}

p {
	margin: 0;
	padding: 0;
}

.primary {
	color: #b4befe;
}
.secondary {
	color: #89b4fa;
}
.muted {
	color: #7f849c;
}
.pgp {
	white-space: pre;
}

video {
	width: 100%;
	height: 100%;
}
