/* Font Enhancements - Increasing font sizes and making text bold */

/* Body text enhancements */
body {
    font-size: 16px !important;
    font-weight: 500 !important;
}

p {
    font-size: 16px;
    line-height: 1.7;
}

/* Navigation bar enhancements */
.ul-header-nav a {
    font-size: 17px !important;
    font-weight: 700 !important;
}

.ul-header-submenu a {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* Breadcrumb enhancements */
.ul-breadcrumb-title {
    font-size: 32px !important;
    font-weight: 700 !important;
}

.ul-breadcrumb-nav li {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* Section titles */
.ul-section-title {
    font-size: 36px !important;
    font-weight: 700 !important;
}

/* Feature titles */
.ul-feature-title {
    font-size: 22px !important;
    font-weight: 700 !important;
}

.ul-feature-description {
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* Service section */
.ul-service-title {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.ul-service-descr {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.ul-service-btn {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* Buttons */
.ul-btn {
    font-size: 16px !important;
    font-weight: 700 !important;
}

/* Footer text */
.ul-footer-widget-title {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.ul-footer-widget-txt {
    font-size: 15px !important;
    font-weight: 500 !important;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    body {
        font-size: 15px !important;
    }
    
    .ul-header-nav a {
        font-size: 16px !important;
    }
    
    .ul-section-title {
        font-size: 28px !important;
    }
}
