/*
Theme Name: Hello Elementor Child
Theme URI: https://mbarch.com.ar
Description: MB ARCH Child Theme for Hello Elementor
Author: MB ARCH
Author URI: https://mbarch.com.ar
Template: hello-elementor
Version: 1.1.0
Text Domain: hello-elementor-child
*/

/* Base overrides for Hello Elementor */
body {
    font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
    background-color: var(--color-primary);
    color: var(--color-text-primary);
    transition: background-color 0.3s ease, color 0.3s ease;
}

a {
    color: var(--color-accent);
    transition: color 0.2s ease;
}
a:hover {
    color: var(--color-accent-hover);
}

/* Ensure Elementor sections use our background */
.elementor-section {
    background-color: transparent;
}

/* Elementor default heading font */
h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif;
}

/* Hide the page title on pages using the theme template */
.page-header {
    display: none !important;
}

/* Hide footer from hello-elementor default (we use our own) */
.site-footer {
    display: none !important;
}

/* Footer dark theme is handled by mbarch-theme.css */
