/*
Theme Name: GPGCAM
Theme URI: https://gpgcam.edu.pk
Author: Government Graduate College Asghar Mall, Rawalpindi
Description: Custom theme for the public website of Government Graduate College Asghar Mall,
  Rawalpindi — ported from the v2.1 Astro design system. Requires the free "Secure Custom
  Fields" plugin for department/faculty/gallery/notice field groups and the Site Settings
  options page.
Version: 1.0.0
Requires PHP: 8.0
Text Domain: gpgcam
*/

/* ============================================================
   Design tokens — ported verbatim from src/styles/tokens.css in the
   Astro reference build. Single edit point.
   ============================================================ */

:root {
  --ink: #1D3050;
  --ink-deep: #0F1C30;
  --ink-soft: #3A4E6E;
  --gold: #B08A3C;
  --gold-deep: #8A6D2F;
  --gold-soft: #D6BC7E;
  /* Brick/terracotta — pulled from the Main Block's actual sandstone, not a
     generic accent. Used sparingly: registry/ledger marks, the "declared"
     seal badges, and department-category signals. */
  --brick: #8B4A3C;
  --brick-deep: #6B372C;
  --brick-soft: #C08571;
  --paper: #F5EFE1;
  --paper-2: #ECE2CC;
  --text: #241F1A;
  --muted: #6F6759;
  --hairline: rgba(29, 48, 80, .18);
  --white: #FFFFFF;
  /* Fraunces: inscriptional, carved-stone character — replaces the
     generic "prestige serif" (Marcellus) every heritage-branding site
     reaches for. Space Grotesk: labels/data with real edge, not another
     neutral geometric sans. */
  --display: 'Fraunces', 'Times New Roman', serif;
  --serif: 'Lora', Georgia, serif;
  --sans: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  --urdu: 'Noto Nastaliq Urdu', 'Jameel Noori Nastaleeq', 'Urdu Typesetting', serif;
  --shadow: 0 14px 40px rgba(15, 28, 48, .14);
}
