/*
Theme Name: PunjabFile Clean (Redesign)
Theme URI: https://punjabfile.org/
Author: PunjabFile.org
Author URI: https://punjabfile.org/
Description: Punjab File — a documentary archive of Punjab history. Editorial archive redesign (v3): parchment ground, ink and sepia, Source Serif 4 interface with Anek Gurmukhi / Mukta Mahee Punjabi content. Standalone theme; the full design system lives in assets/archive.css.
Version: 3.0.5
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: punjabfile
Tags: blog, news, archive, custom-menu, featured-images, translation-ready, responsive-layout
*/

/*
 * NOTE
 * The full design system lives in assets/archive.css (enqueued from functions.php).
 * The rules below are an intentional "emergency base" so the site never renders
 * as raw unstyled HTML even if the main stylesheet fails to load.
 */

:root {
	--pf-parchment: #f6f1e7;
	--pf-parchment-deep: #ede4d3;
	--pf-ink: #241f18;
	--pf-sepia: #7c4a21;
	--pf-faded: #c9b79a;
	--pf-muted: #6b6252;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background-color: #f6f1e7;
	color: #241f18;
	font-family: "Source Serif 4", "Mukta Mahee", Georgia, "Times New Roman", serif;
	line-height: 1.6;
}

a {
	color: #7c4a21;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4 {
	color: #241f18;
	line-height: 1.25;
}

.pf-wrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 22px;
}

/* Accessibility: visually hide the skip link until it receives keyboard focus. */
.skip-link {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link:focus {
	position: fixed;
	left: 16px;
	top: 16px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	background: #7c4a21;
	color: #f6f1e7;
	font-weight: 600;
	z-index: 100000;
}
