/*
Theme Name: Lim & Ani Partners
Theme URI: https://www.mbbusinessjoint.my
Author: Kodu (AI CTO) for Lim & Ani Partners Sdn. Bhd.
Author URI: https://www.mbbusinessjoint.my
Description: Custom classic WordPress theme for Lim & Ani Partners — consolidates the approved "premium corporate homepage" design system (Libre Baskerville + Source Sans 3, navy/gold tokens) into a real, self-contained theme with a full-screen hero. Replaces the earlier Custom-HTML-on-a-foreign-theme setup, so there's one source of truth going forward.
Version: 1.4.4
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 7.0
License: Proprietary — Lim & Ani Partners Sdn. Bhd. All rights reserved.
Text Domain: limandani

This file intentionally holds only the required theme header comment.
All actual design CSS lives in assets/css/ and is enqueued by
functions.php, so it can be cached/versioned per-file instead of one
monolithic stylesheet.
*/

/* Critical fallback styles. The complete design system is loaded from
assets/css/home.css, menu.css and contact-page.css in functions.php. */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; background: #ffffff; color: #24384b; }
img { max-width: 100%; height: auto; }
