/*
Theme Name: Astra 2 The Lakeside
Theme URI: https://awesomestudios.com.my
Author: Awesome Studios
Author URI: https://awesomestudios.com.my
Description: Custom WordPress theme for Astra 2, The Lakeside — a residential property landing site in Puchong. All page content is edited through Pages in wp-admin using the WordPress block editor. Built from the client-supplied design files (02 ASTRA2_Web Design FA).
Version: 1.0.0
Requires at least: 6.2
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: astra2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Base reset lives here; all real styling is in assets/css/main.css (enqueued via functions.php)
   so the block editor and the front end share one source of truth. */
* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
