/*
Theme Name: 60 Hari Mengubah Diri App
Theme URI: https://example.com/60-hari-theme
Author: 60 Hari Mengubah Diri
Author URI: https://example.com
Description: FORCE APP HOME FIX - Standalone app-first theme SPA untuk aplikasi jurnal refleksi Islami "60 Hari Mengubah Diri". Memadukan psikologi pembentukan kebiasaan dengan praktik spiritual Islam selama 60 hari. WAJIB dipasang bersama plugin "60 Hari Mengubah Diri".
Version: 1.0.2
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 60hmdi-theme
Tags: islamic, journal, spa, custom-template, responsive
*/

/* Minimal theme reset — the app loads its own stylesheet. */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
    background: #fbfaf5;
    color: #1a2b26;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
