/*
Theme Name: Subhadra Yojana Theme
Theme URI: https://subhadra.odisha.gov.in/
Author: Odisha Yojana Team
Author URI: https://subhadra.odisha.gov.in/
Description: A custom, lightweight, high-performance WordPress theme for Odisha Subhadra Yojana portal. Recreates subhadrayojna.org design system with full WP Customizer support, responsive layouts, interactive widgets, and dynamic templates.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: subhadra-theme
Tags: custom-theme, blog, news, e-governance, responsive-layout, grid-layout, custom-menu, customizer, left-sidebar, right-sidebar, two-columns, full-width-template
*/

/* Core Theme Custom Properties */
:root {
  --sy-primary: #0284c7;
  --sy-primary-hover: #0369a1;
  --sy-secondary: #0369a1;
  --sy-accent: #0ea5e9;
  --sy-bg-warm: #f0f9ff;
  --sy-bg-light: #f0f9ff;
  --sy-bg-card: #ffffff;
  --sy-text-dark: #020917;
  --sy-text-body: #2d3748;
  --sy-text-muted: #718096;
  --sy-border-light: #e0f2fe;
  --sy-border-subtle: #bae6fd;
  
  --sy-pill-1: #0284c7;
  --sy-pill-2: #0369a1;
  --sy-pill-3: #0d9488;
  --sy-pill-4: #4f46e5;
  
  --sy-container-max: 1290px;
  --sy-container-narrow: 842px;
  --sy-radius-sm: 6px;
  --sy-radius-md: 10px;
  --sy-radius-lg: 16px;
  --sy-radius-xl: 24px;
  
  --sy-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);
  --sy-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --sy-shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.1);
  
  --sy-font-body: 'Mukta', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
