/*
Theme Name: Rohinish Dental & Maxfac Theme
Theme URI: https://rohinishhealthcare.com
Author: Antigravity
Author URI: https://rohinishhealthcare.com
Description: Fully functional custom premium WordPress theme converted from the static HTML/CSS/JS design of Rohinish Dental & Maxfac clinic. Optimized for speed, mobile responsiveness, and SEO. Includes CPTs for Services & Doctors, Customizer options for phone/social details, and automatic Table of Contents.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rohinish-theme
Tags: medical, dentist, dental, translation-ready, custom-menu, custom-logo, post-thumbnails, featured-images
*/

/* 
 * Basic Reset and Defaults. 
 * Heavy styling is modularly enqueued from /css/ folder depending on the active page 
 * to guarantee optimal PageSpeed scores and fast execution.
 */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    color: #1c1b1b;
    background: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}
