/*
Theme Name: Advocate Anamika Goyal
Theme URI: https://example.com
Author: Custom Build
Author URI: https://example.com
Description: A custom one-page WordPress theme for Advocate Anamika Goyal, a legal consultation website. Built from a static HTML design.
Version: 1.0
Requires at least: 5.8
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: ag-law-theme
*/

/* Base resets so the theme content is not affected by WordPress defaults */
html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
}

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

/* The theme's own design lives entirely inside the #ag-law-site wrapper
   in the page content below, so no further global styling is added here. */
