/*:root{*/
/*    --rofiex-base: rgb(255, 161, 1);*/
/*}*/

.container-wide{
    max-width: 1700px;
}
.text-bigger{
    font-size: 1.2rem;
}

@media(max-width: 1023px){
    .text-bigger{
        font-size: 1.1rem;
    }
}

h1, h2, h3, h4, h5, h6{
    color: var(--rofiex-black3);
}

.rich-text{
    p:last-of-type{
        margin-bottom: 0px;
    }
    h1, h2, h3, h4, h5, h6{
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    &>*:first-of-type{
        margin-top: 0px !important;
    }
}

.header-small{
    font-size: 1.4rem;
    font-weight: 700;
}

.sec-title__title{
    font-weight: 600;
}
.rofiex-btn{
    font-weight: bold;
    color: var(--rofiex-black2);
}

.rofiex-btn::after {
    display: none;
}


/*///////////*/
.about-three__image img, .tiles-with-background__single, .tiles-icon-top__item, .blog-list__item, .projects-list__single, .gallery-block__list img, .main-header__logo-link img, .gallery-block__list-img, .portfolio-block__list-img, .project-single__gallery-img, .project-single__attributes, .project-single__plans-image, .project-contact form{
    border-radius: 10px;
    overflow: hidden;
}

body{
    cursor: default;
}