/*
Theme Name: Shakreva School Premium Theme
Theme URI: https://shakreva.com/themes/school
Author: Shakreva Themes
Author URI: https://shakreva.com
Description: Tema WordPress Sekolah Modern berkinerja tinggi dengan warna Fresh Mint dan Premium Gold. Lengkap dengan fitur beranda dan UI PPDB.
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: shakreva-school
Type: Luxury, Education, Responsive
*/

/* Base custom styles if needed beyond Tailwind */
html {
    scroll-behavior: smooth;
}
.premium-gold-gradient {
    background: linear-gradient(135deg, #D4AF37 0%, #FBBF24 100%);
}
.mint-glow {
    box-shadow: 0 20px 25px -5px rgba(74, 222, 128, 0.1), 0 8px 10px -6px rgba(74, 222, 128, 0.1);
}