/*
Theme Name: Sentra Emas
Theme URI: https://sentraemas.id
Description: Custom WordPress theme untuk Sentra Emas - bisnis jual beli emas fisik. Desain modern, premium, mobile-first dengan Tailwind CSS (via WindPress).
Version: 1.0.0
Author: Sentra Emas
Author URI: https://sentraemas.id
License: GPL v2 or later
Text Domain: sentraemas
Requires at least: 6.0
Requires PHP: 7.4
*/

/* Base reset & fallback styles (jika Tailwind belum load) */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    color: #111111;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}