/*
Theme Name: 21 Inspections
Theme URI: https://21inspections.com
Author: 21 Inspections LLC (Jay A Hahn)
Author URI: https://21inspections.com
Description: 21 Inspections 전문 홈 인스펙션 서비스를 위한 워드프레스 커스텀 테마. Tailwind CSS 기반 원페이지 인터랙티브 디자인.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: 21-inspections
*/

/* Custom Smooth Scrolling & Overrides */
html {
    scroll-behavior: smooth;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
