/* ===== tokens.css ===== */
:root {
  --color-forest: #52692F;  /* Dark olive green */
  --color-moss: #585C38;  /* Muted army olive */
  --color-bark: #422C24;  /* Deep warm brown */
  --color-maroon: #7B0000;  /* Dark red */
  --color-sand: #E2D0AD;  /* Warm tan / linen */
  --color-pale-yellow: #FFFFC6;  /* Soft light yellow */
  --color-cream: #FFFFD9;  /* Near-white yellow */
  --color-sage: #E4E7D6;  /* Light gray-green */
  --color-ivory: #F5F0EA;  /* Warm off-white */
  --color-white: #FFFFFF;  /* Pure white */
}

/* ===== OThreads.css ===== */
.bld {
	font-family: "Calisto MT";
	font-size: 24px;
	font-weight: bold;
	color: #660000;

}
.body {
	font-family: "Calisto MT";
	font-size: 14px;
	font-weight: normal;
	color: #660000;
}

#header, #main-content {
	width: 100%;
	max-width: 583px;
	box-sizing: border-box;
}

#header td {
	padding: 20px;
}

#header img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
	height: auto;
}

@media (max-width: 583px) {
	body {
		margin: 0;
		padding: 0;
	}
	#main-content td {
		display: block;
		width: 100% !important;
		height: auto !important;
		box-sizing: border-box;
	}
}
