/* CSS variables for Publish that do not change when light or dark mode is enabled. They sometimes link to color variables in .theme-light or .theme-dark */
.published-container {
	--logo-radius: 0px;
	--site-name-size: 0px;
/*  --page-width: 800px; */
/*  --page-side-padding: 48px; */
/* "JetBrains Mono", "CommitMono" */
}

/* CSS color variables for light mode */
.theme-light {
	--background-primary: #ebf2ff;
/*	--h1-color: #1f2a3f; */
}

/* CSS color variables for dark mode */
.theme-dark {
	--background-primary: #1f2a3f;
/*	--h1-color: #ebf2ff; */
}

body {
	--font-text-theme: "Arial", sans-serif;
	--font-monospace-theme: "Consolas", "Lucida Console", "Courier New", monospace;
	--font-interface-theme: "Consolas", "Lucida Console", "Courier New", monospace;
}
/*
body {
	--h1-color: RoyalBlue;
	--h2-style: italic;
}
*/
