/*
Theme Name:   Makbet Child
Template:     makbet
Description:  Child theme for Noujoum Mauritanie customizations
Version:      1.0.0
Author:       Noujoum Mauritanie
Text Domain:  makbet-child
*/

/* ------------------------------
   GLOBAL TYPOGRAPHY
------------------------------ */

body,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
p {
    font-family: var(--e-global-typography-text-font-family) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.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 {
    font-family: var(--e-global-typography-secondary-font-family) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.elementor-button,
.elementor-button-link,
button {
    font-family: var(--e-global-typography-text-font-family) !important;
}

/* Fix: remove black flash on page load */
html,
body,
.site {
    background-color: #ffffff !important;
}
