/*
Theme Name: Astra Child
Theme URI: https://ikapmawi.com/
Description: Tema Kustom Web-App IKAPMAWI - Ikatan Keluarga Alumni Pondok Pesantren Madrasah Wathoniyah Islamiyah Kebarongan. Dilengkapi Jadwal Sholat, Navigasi Aplikasi Mobile, dan Desain Modern.
Author: Tim Digital IKAPMAWI
Author URI: https://ikapmawi.com/
Template: astra
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: astra-child
*/

/* Reset & Base Variables */
:root {
  --ik-primary: #005953;
  --ik-primary-dark: #003f3b;
  --ik-primary-light: #0d7870;
  --ik-primary-soft: rgba(0, 89, 83, 0.08);
  --ik-accent: #d06f15;
  --ik-accent-hover: #b35b0c;
  --ik-accent-soft: rgba(208, 111, 21, 0.1);
  --ik-dark: #0f172a;
  --ik-gray-900: #1e293b;
  --ik-gray-600: #475569;
  --ik-gray-400: #94a3b8;
  --ik-gray-100: #f1f5f9;
  --ik-gray-50: #f8fafc;
  --ik-white: #ffffff;
  --ik-shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.05);
  --ik-shadow-md: 0 8px 24px rgba(0, 89, 83, 0.08);
  --ik-shadow-lg: 0 16px 40px rgba(0, 89, 83, 0.12);
  --ik-radius-sm: 10px;
  --ik-radius-md: 16px;
  --ik-radius-lg: 24px;
  --ik-radius-full: 9999px;
  --ik-font-heading: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --ik-font-body: 'Inter', system-ui, -apple-system, sans-serif;
}
