/*
Theme Name: ABS Central
Theme URI: https://abs-developer.com/abs-central
Author: ABS Developers
Author URI: https://abs-developer.com
Description: A premium, custom-built WordPress theme for ABS Central — Ground + 23 Storey Landmark Tower at the Ring Road Interchange, Bahria Town Lahore. Beyond Expectations.
Version: 1.0.0
Requires at least: 6.0
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: abs-central
Tags: real-estate, one-page, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, threaded-comments, translation-ready

ABS Central WordPress Theme is distributed under the terms of the GNU GPL.
*/

/* Base styles live in assets/css/main.css — this file is required by
   WordPress for theme identification and is intentionally left with
   only the header comment above plus a minimal fallback reset below,
   so the theme still looks acceptable even if enqueueing is ever
   blocked by a caching or minification plugin. */

*{box-sizing:border-box;}
body{margin:0;font-family:'Jost','Segoe UI',Arial,sans-serif;color:#1c2027;background:#fff;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;}
