body {
	font-family: Arial, sans-serif;
	margin: 20px;
	line-height: 1.6;
	background-color: #f9f9f9;
}
h1, h2, h3 {
	color: #333;
}
#studyContent {
	margin: 20px;
}

.dark-mode, .dark-mode #studyContent, .dark-mode h1, .dark-mode h2, .dark-mode h3 {
	background-color: #2c2c2c;
	color: #ecf0f1;
}

.markdownContainer {
	font-family: 'Georgia', serif;
	line-height: 1.6;
	padding: 1em;
	border-radius: 8px;
}

.md-h1, .md-h2, .md-h3, .md-h4 {
	margin-top: 1.2em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.md-h1 { font-size: 2em; border-bottom: 2px solid #ccc; }
.md-h2 { font-size: 1.75em; border-bottom: 1px solid #ddd; }
.md-h3 { font-size: 1.5em; }
.md-h4 { font-size: 1.25em; }

.md-paragraph {
	margin: 0.5em 0;
}

.md-list {
	padding-left: 1.5em;
	margin: 0.5em 0;
}

.md-list-item {
	margin-bottom: 0.3em;
}

.md-blockquote {
	border-left: 4px solid #ccc;
	padding-left: 1em;
	font-style: italic;
}

.md-inline-code {
	background-color: #eee;
	padding: 0.2em 0.4em;
	border-radius: 4px;
	font-family: 'Courier New', monospace;
}

pre code {
	background-color: #f0f0f0;
	display: block;
	padding: 1em;
	border-radius: 6px;
	overflow-x: auto;
}

.md-link {
	color: #0066cc;
	text-decoration: none;
}

.md-link:hover {
	text-decoration: underline;
}

.svgfill {
	fill:#bb7d25;
}

.svgfill2 {
	fill:#d9d2bf;
}

.svgfill3 {
	fill:#f9caa9;
}

.svgfill4 {
	fill:#a67968;
}