/*
Theme Name: Areej Institute
Theme URI: https://areej.edu.pk
Author: Areej Development Team
Author URI: https://areej.edu.pk
Description: Premium, fully responsive, and editable WordPress theme for Areej Institute of Nursing & Allied Health Sciences, Swabi. Features dynamic template hierarchy, customizer controls, Gutenberg blocks, and accessible UI.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: areej
*/

:root {
  --primary-color: #0c2340;
  --primary-dark: #071526;
  --primary-light: #163e72;
  --secondary-color: #0284c7;
  --secondary-light: #38bdf8;
  --accent-color: #f59e0b;
  --accent-hover: #d97706;
  --text-color: #1e293b;
  --text-muted: #64748b;
  --heading-color: #0c2340;
  --bg-light: #f8fafc;
  --bg-card: #ffffff;
  --border-color: #e2e8f0;
  --border-light: #f1f5f9;
  --white: #ffffff;
  --footer-bg: #071322;
  --footer-text: #94a3b8;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 12px rgba(12, 35, 64, 0.08);
  --shadow-lg: 0 12px 30px rgba(12, 35, 64, 0.12);
  --shadow-xl: 0 20px 40px rgba(12, 35, 64, 0.16);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-full: 9999px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
