/*
Theme Name: International Life Institute
Theme URI: https://example.com/ili-theme
Author: Muhammad IQbaL Hanafri
Author URI: https://example.com
Description: Tema kustom modern untuk International Life Institute berbasis Tailwind CSS.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: health, education, clean, tailwind, responsive
*/

/* Reset dasar dan styling utama ditangani oleh Tailwind CSS via CDN.
   Tambahkan CSS kustom di bawah ini jika diperlukan override khusus.
*/

body {
    font-family: 'Manrope', sans-serif;
}

/* Memastikan admin bar WordPress tidak menutupi header sticky */
body.admin-bar header.sticky {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar header.sticky {
        top: 46px;
    }
}