/*
 Theme Name:   Summit Dental Child Theme
 Theme URI:    https://summitdental.com
 Description:  Custom child theme for Summit Dental Systems
 Author:       Summit Dental Systems
 Author URI:   https://summitdental.com
 Template:     kadence
 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:  summit-dental
*/

/* ==========================================================================
   Summit Dental Custom Styles
   ========================================================================== */

/* Brand Colors */
:root {
    --summit-primary: #1e3a5f;      /* Navy Blue */
    --summit-secondary: #4a90a4;    /* Teal */
    --summit-accent: #e8b923;       /* Gold */
    --summit-light: #f5f7fa;        /* Light Gray */
    --summit-dark: #2c3e50;         /* Dark Gray */
    --summit-white: #ffffff;
}

/* Typography */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

/* Custom component styles will be added here as we migrate from Elementor */
