:root {
	--banner-img: url('/theme/Simplistic Magic/Leather_Bound_Magic.png');

	/* FONT FAMILIES */
	--base-font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	--accent-font-family: "Aila", Albertus, Aldus, Arno, Adobe Jenson, Constantia;
	--header-font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	--serif-font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	--sans-serif-font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	--monospace-font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

	/* FONT CALCS & SETTINGS */
	/* --base-font-size: calc(15px + 0.090625vw); */
	--base-font-size: 15px; /* do not change the vw specs, only the px */
	--base-line-height: 1.4;
}