/*
Theme Name: Al-Burhan Academy
Theme URI: https://alburhan.academy
Author: Al-Burhan Academy Team
Author URI: https://alburhan.academy
Description: A modern, high-performance, and fully responsive WordPress theme built exclusively with Tailwind CSS for educational academies, Quranic institutes, and online learning platforms. Fully compatible with Polylang for multi-language & RTL/LTR support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: alburhan-academy
Domain Path: /languages
Tags: education, modern, tailwindcss, responsive-layout, translation-ready, rtl-language-support, custom-menu, custom-logo, featured-images, theme-options

This theme is styled with Tailwind CSS.
*/

/* Reset fallback & typography base */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Cairo', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
