/*
Theme Name: Dr. Sabanathan - Modern Medical Clinic
Theme URI: https://drsabanathan.ca
Author: Custom Theme
Author URI:
Description: A premium, modern, elegant single-page medical clinic website for Dr. Sabanathan Family Medicine Clinic in Milton, Ontario. Features smooth animations, glassmorphism effects, and full Elementor compatibility.
Version: 2.0.0
Requires at least: 5.8
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: dr-sabanathan
Tags: one-page, medical, clinic, custom-colors, custom-logo, custom-menu, full-width-template, responsive-layout, accessibility-ready
*/

/* ===================================================
   BASE RESET — minimal; main styles are in assets/css/main.css
   =================================================== */

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

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    list-style: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}
