/* Global fix: prevent left-shift on custom landing templates */
.hcmc-fullwidth-template #content.site-content {
    padding: 0 !important;
    margin: 0 !important;
}
.hcmc-fullwidth-template .site-content > .ast-container {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.hcmc-fullwidth-template #primary.site-main,
.hcmc-fullwidth-template #primary.content-area {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}
/*
Theme Name: HCMC Dental — Astra Child (Footer Only)
Theme URI: https://hcmcdental.com
Description: Minimal child of Astra — custom footer only. Configure header, menus, and the rest in Customizer or later development.
Author: HCMC Dental
Template: astra
Version: 1.0.0
Text Domain: hcmcdental-astra-child
*/

/* Design tokens used by inc/footer.css */
:root {
	--hcmc-font-body: 'Inter', system-ui, -apple-system, sans-serif;
	--hcmc-font-heading: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
}
