/*
Theme Name: SkinCity Kanpur
Theme URI: https://skincitykanpur.com
Author: Dr. H. S. Gupta
Description: Premium Custom Responsive Theme for SkinCity Kanpur Skin, Hair & Laser Clinic. Powered by modern Tailwind styling, fully optimized for local Indian clinical search engine terms.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, featured-images, responsive-layout, translation-ready, gold, teal
Text Domain: skincity-kanpur
*/

body {
  background-color: #FAF9F6;
  color: #1F2937;
  font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Scrollbar styling */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #FAF8F3;
}
::-webkit-scrollbar-thumb {
  background: #D4A373;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #b58455;
}
