/*
Theme Name: Inside the Walls
Theme URI: https://example.org/inside-the-walls
Author: Ahmed Morsy
Description: Arabic RTL map-first theme for the Tunis Prison Atlas plugin.
Version: 0.4.1
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: inside-the-walls
*/

:root {
	--ink: #0b0f12;
	--paper: #d8d0bd;
	--paper-soft: #a9a18f;
	--red: #bd3028;
	--blue: #52728e;
	--line: rgba(216, 208, 189, 0.35);
	--serif: "Noto Naskh Arabic", "Amiri", serif;
	--sans: "IBM Plex Sans Arabic", "Noto Sans Arabic", sans-serif;
	--mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { background: var(--ink); color-scheme: dark; }
body {
	margin: 0;
	background: var(--ink);
	color: var(--paper);
	font-family: var(--sans);
	-webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
a { color: inherit; }
.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;
}
