/*
Theme Name: Dentopedia
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Creative Ideaz
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: dentopedia
*/

/* --- THE DENTOPEDIA DESIGN SYSTEM --- */
:root {
    /* Edit these hex codes to update all 6 sites instantly */
    --dentopedia-primary: #0073aa;   /* Main Brand Color */
    --dentopedia-header-bg: #ffffff; /* Header Background */
    --dentopedia-accent: #ffb900;   /* CTA/Button Color */
    --dentopedia-text: #333333;     /* Main Body Text */
}

/* Force consistency across the network */
.elementor-button {
    background-color: var(--dentopedia-accent) !important;
    transition: all 0.3s ease;
}

.elementor-button:hover {
    filter: brightness(90%);
}
