/*
Theme Name: LH Chong Dental Theme
Theme URI: https://lhchongdental.com
Author: LH Chong Dental
Author URI: https://lhchongdental.com
Description: A modern, professional dental clinic theme for Klinik Pergigian LH Chong. Features a clean, medical aesthetic with responsive design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lhchong-theme
Tags: dental, medical, clinic, modern, responsive, healthcare

This theme is designed specifically for Klinik Pergigian LH Chong, 
a dental clinic located in Bukit Mertajam, Penang, Malaysia.
*/

/* ========================================
   Base Styles (Fallback when Tailwind CDN fails)
   ======================================== */

:root {
  --color-primary: #60a5fa;
  --color-secondary: #93c5fd;
  --color-accent: #78eec5;
  --color-neutral-50: #f7f9fa;
  --color-neutral-500: #6b7280;
  --color-neutral-800: #1f2937;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  color: var(--color-neutral-500);
  line-height: 1.6;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Selection highlight */
::selection {
  background-color: var(--color-primary);
  color: #ffffff;
}

/* Focus styles for accessibility */
:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Image defaults */
img {
  max-width: 100%;
  height: auto;
}

/* Link defaults */
a {
  color: inherit;
  text-decoration: none;
}

/* Button reset */
button {
  font-family: inherit;
  cursor: pointer;
}
