/*
Theme Name: AAV Verify
Theme URI: https://reports.fimmsca.com/
Author: FIMMS CA
Description: Ultra-light, dependency-free document verification theme. Provides a public search portal and a fast /verify/{uuid} result page for confirming the authenticity of issued reports. Data is stored in standard Posts + ACF. No page builder, no jQuery.
Version: 1.0.0
Requires at least: 6.0
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: aav-verify
*/

/* =========================================================================
   SHARED DESIGN TOKENS + BASE RESET
   Used by both the portal (portal.css) and the result page (verify.css).
   Change brand colours here in one place.
   ========================================================================= */
:root{
	--navy:#1b2a4a;
	--navy-deep:#16233a;
	--green:#16a34a;
	--green-soft:#dcfce7;
	--blue:#2563eb;
	--fin-bg:#f0f6ff;
	--fin-border:#dbe7ff;
	--range-bg:#f8fafc;
	--ink:#1f2937;
	--muted:#6b7280;
	--line:#e5e7eb;
	--white:#ffffff;
	--radius:16px;
	--card-max:480px;
	--font-serif:Georgia,"Times New Roman",serif;
	--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--font-sans);color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
:focus-visible{outline:2px solid var(--blue);outline-offset:2px}

/* Screen-reader only helper (accessibility) */
.screen-reader-text{
	border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);
	height:1px;width:1px;margin:-1px;padding:0;overflow:hidden;position:absolute;word-wrap:normal !important;
}
