/* Farq identity tokens mirrored for the independent server-rendered document. */
@font-face {
	font-family: Huwiya;
	src: url("/fonts/itf-huwiya-arabic/itfHuwiyaArabic-Regular.woff2")
		format("woff2");
	font-weight: 400;
	font-display: swap;
}
:root {
	--brand-900: #043434;
	--ink: #0e2622;
	--surface: #ffffff;
	--mint-500: #83f1b1;
	--ink-subtle: #4a5f5a;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	background: var(--surface);
	color: var(--ink);
	font-family: Huwiya, sans-serif;
	line-height: 1.8;
}
header,
main {
	max-width: 70rem;
	margin-inline: auto;
	padding: 1.5rem;
}
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border-bottom: 1px solid var(--ink-subtle);
}
header > a {
	font-size: 1.5rem;
	font-weight: bold;
}
nav {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
a {
	color: var(--brand-900);
	text-underline-offset: 0.25em;
}
a:focus-visible {
	outline: 3px solid var(--mint-500);
	outline-offset: 4px;
}
h1 {
	font-size: clamp(1.6rem, 4vw, 2.5rem);
	line-height: 1.5;
}
h2 {
	font-size: 1.2rem;
}
section {
	padding-block: 1rem;
	border-bottom: 1px solid var(--ink-subtle);
}
.table-scroll {
	overflow-x: auto;
}
table {
	border-collapse: collapse;
	width: 100%;
	min-width: 32rem;
	text-align: start;
}
td,
th {
	padding: 0.75rem;
	text-align: start;
	border-bottom: 1px solid var(--ink-subtle);
}
time,
bdi {
	direction: ltr;
	unicode-bidi: isolate;
}
time {
	font-size: 0.875rem;
}
strong {
	font-weight: bold;
}
.action {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background: var(--brand-900);
	color: var(--surface);
	border-radius: 0.5rem;
}
li {
	padding-block: 0.5rem;
}
@media (max-width: 40rem) {
	header {
		align-items: flex-start;
		flex-direction: column;
	}
	header,
	main {
		padding: 1rem;
	}
}
