:root {
	--oemitra-primary: #00357f;
	--oemitra-secondary: #f57d14;
	--oemitra-text: #1b1c1c;
	--oemitra-muted: #434653;
	--oemitra-surface: #f6f3f2;
	--oemitra-border: #e1e0df;
	--oemitra-max: 1280px;
	--oemitra-radius: 8px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body.oemitra-theme-content {
	color: var(--oemitra-text);
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	line-height: 1.65;
}

.oemitra-wrap {
	width: min(100% - 2rem, var(--oemitra-max));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	background: #fff;
	color: var(--oemitra-primary);
	clip: auto;
}

.oemitra-fallback-header,
.oemitra-fallback-footer {
	background: var(--oemitra-surface);
	border-block: 1px solid var(--oemitra-border);
	padding: 1rem 0;
}

.oemitra-btn {
	display: inline-block;
	padding: 0.75rem 1.25rem;
	border-radius: var(--oemitra-radius);
	background: var(--oemitra-secondary);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.oemitra-breadcrumbs {
	margin-bottom: 1.5rem;
	font-size: 0.875rem;
	color: var(--oemitra-muted);
}

.oemitra-breadcrumbs a {
	color: var(--oemitra-primary);
	text-decoration: none;
}
