/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */




/* Bold */
@font-face {
    font-family: 'Geely';
    src: url('../../fonts/GEELY-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Normal / Regular */
@font-face {
    font-family: 'Geely';
    src: url('../../fonts/GEELY-Normal.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'Geely';
    src: url('../../fonts/GEELY-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}





.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: 'Geely', sans-serif !important;
    font-weight: 700; /* Użyje pliku GEELY-Bold */
}

p {

    font-weight: 400; /* Użyje pliku GEELY-Normal */
}




.elementor-element-ee2c0da a {
    color: #e7e7e7 !important;
}

.elementor-element-ee2c0da .elementor-icon-box-wrapper {
    display: flex;
}