/**
* Theme Name: Xocora Child
* Description: This is a child theme of Xocora, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: xocora
* Version: 1.3.2
*/

@import url('https://fonts.googleapis.com/css2?family=Calistoga&display=swap');

/* Override Elementor Global Variables */
:root {
  --e-global-typography-accent-font-family: "Calistoga", serif !important;
  --e-global-typography-primary-font-family: "Calistoga", serif !important;
}

/* Override Elementor Heading Widgets */
.elementor-heading-title,
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-heading h5,
.elementor-widget-heading h6,
.xocora-woocommerce-title {
    font-family: "Calistoga", serif !important;
}

/* Default HTML headings */
h1, h2, h3, h4, h5, h6 {
    font-family: "Calistoga", serif !important;
}

.footer-width-fixer {
    width: 100%;
    display: none;
}
