/*
Theme Name: PaveNY
Theme URI: https://mridha-inc.com/
Author: Pave NY
Author URI: https://mridha-inc.com/
Description: PaveNY is a professional asphalt paving and concrete services WordPress theme designed for local contractors and construction businesses in New York.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.9.4
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: paveny
Tags: custom-logo, custom-menu, featured-images, theme-options, translation-ready, responsive-layout
*/

/* =====================================================
   GLOBAL RESET
===================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}