/*
Theme Name: FormPortal Theme
Theme URI: https://formportal.gov.in/theme
Author: FormPortal Dev Team
Author URI: https://formportal.gov.in
Description: A modern, high-performance, professional WordPress theme specifically designed for Government Form Download Portals, Document Hubs, and Online PDF Utilities. Features custom post types for Forms and Tools, bilingual English/Hindi support, embedded PDF previewer, live AJAX search/filtering, download counter, and rich Customizer options.
Version: 1.0.0
Tested up to: 6.7
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: formportal
Tags: government, forms, pdf-viewer, online-tools, bilingual, custom-post-types, responsive-layout, theme-options
*/

/* Reset & Base Variables */
:root {
  --fp-primary: #1E40AF;
  --fp-primary-hover: #1D4ED8;
  --fp-accent: #FF5722;
  --fp-accent-hover: #F4511E;
  --fp-slate-900: #0F172A;
  --fp-slate-800: #1E293B;
  --fp-slate-700: #334155;
  --fp-slate-500: #64748B;
  --fp-slate-100: #F1F5F9;
  --fp-slate-50: #F8FAFC;
  --fp-radius: 1rem;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: var(--fp-slate-50);
  color: var(--fp-slate-800);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.font-hindi {
  font-family: "Noto Sans Devanagari", "Mukta", sans-serif;
}
