/*
Theme Name: Hanabilah
Theme URI: https://hanabilah.id
Author: Antigravity AI
Author URI: https://hanabilah.id
Description: Theme WordPress Islami responsif, minimalis, dan modern untuk hanabilah.id dengan fitur waktu sholat, ayat harian, dan dark mode.
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: hanabilah
Tags: block-styles, custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool.
*/

:root {
  --primary: #0D7C5F;
  --primary-dark: #064E3B;
  --accent: #D4A843;
  --accent-light: #F3E5AB;
  --bg-light: #FEFCF3;
  --bg-white: #FFFFFF;
  --text-dark: #2D3748;
  --text-muted: #718096;
  --border-color: #E2E8F0;
  
  /* Fonts */
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --font-arabic: 'Amiri', serif;
}

body.dark-mode {
  --primary: #10B981;
  --primary-dark: #064E3B;
  --accent: #FBBF24;
  --accent-light: #45300F;
  --bg-light: #121214;
  --bg-white: #1E1E24;
  --text-dark: #F3F4F6;
  --text-muted: #9CA3AF;
  --border-color: #374151;
}
