/*
Theme Name: Astra DataLayer Child
Theme URI: https://datalayer.site
Description: Child theme for DataLayer.Site with custom landing page templates
Author: DataLayer.Site
Author URI: https://datalayer.site
Template: astra
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: astra-datalayer-child
*/

/*
This child theme inherits all styling from Astra parent theme.
Custom styles can be added below.
*/

/* Brand colors */
:root {
    --dl-primary: #0066CC;
    --dl-accent: #FF6B35;
    --dl-dark: #1A2332;
    --dl-light: #F5F7FA;
}

/* Custom styles for DataLayer.Site */
.calendly-badge-widget {
    z-index: 9999;
}
