/*
Theme Name: Extice Child Theme
Description: Child theme of Extice theme for upegypt.com
Author: Your Name
Template: extice
Version: 1.0.0
*/

/* Import parent theme stylesheet */
@import url("../extice/style.css");

/* Your custom styles below this line */

/**
 * Home Page Typography Updates
 */
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase; /* Match the bold aesthetic */
}

.home p,
.home li,
.home .elementor-text-editor {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/* Medium weight for specific emphasis or labels */
.home .medium-text,
.home b,
.home strong {
    font-weight: 500;
}

/* Semibold for sub-headings or accented sections */
.home .sub-heading,
.home .accent-title,
.home h3.subheading {
    font-weight: 600 !important;
}
