@font-face {
	font-family: "LibertinusMono";
	src : url("https://truc.de.conne.fr/Libertinus_Mono/LibertinusMono-Regular.ttf");
}

body {
	background-color: #eae4dd;

	max-width: 90vw;
	width: 60ch;
	margin: auto;

	font-family: LibertinusMono;
	font-size: 1.3em;
	line-height: 1.2;
}
.article {
	text-align: start;
	align-content: center;
}

h2 {
	font-size: 3em;
	font-weight: bold;
}

.note {
	font-style: italic;
}

.date {
	text-align: end;
	font-style: italic;
}

b {
	font-weight: bold;
}
