/*
Theme Name: Credence Psychological Center
Theme URI: https://credencepsychologicalcenter.com
Author: Credence Psychological Center Team
Author URI: https://credencepsychologicalcenter.com
Description: A modern, professional, and responsive WordPress theme for Credence Psychological Center. Features custom post types for Services, Testimonials, FAQs, Media, and a dedicated Appointment Booking & Contact Inquiry System with admin dashboard management.
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: credence-psychological-center
Tags: psychology, counseling, mental-health, appointment-booking, responsive-layout, custom-post-types, custom-menu, custom-options
*/

/* Core Theme Base Styles */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
