@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica:ital@0;1&family=IM+Fell+English:ital@0;1&family=IM+Fell+French+Canon:ital@0;1&display=swap');

:root {
	/* --color-1: #FF5D54;
	--color-2: rgb(138, 44, 15); */
	--default-font: "IM Fell DW Pica", serif;
}

[data-theme=default] {
	color-scheme: dark;
	--bg-color: rgb(0, 0, 0);
	--text-color: #FF5D54;
}

[data-theme=light] {
	color-scheme: light;
	--bg-color: rgb(255, 255, 255);
	--text-color: rgb(0, 0, 0);
}

ol {
	list-style-type: upper-roman;
}

ol .list-interlude {
	list-style-type: lower-roman;

}