/* Font Settings for Modern Look */

/* Default font for entire site */
body {
    font-family: 'Inter', sans-serif !important;
}

/* Headings with Source Sans 3 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 600;
}

/* Text content with Lora */
p, span, div, td, th, li, a, blockquote, .text-content {
    font-family: 'Lora', serif !important;
}

/* Keep buttons and navigation with Inter */
button, .btn, nav, .navbar, .menu-item, .dropdown {
    font-family: 'Inter', sans-serif !important;
}

/* Forms with Inter */
input, textarea, select, label, .form-control {
    font-family: 'Inter', sans-serif !important;
}

/* Headers and titles */
.page-title, .section-title, .main-title, .title {
    font-family: 'Source Sans 3', sans-serif !important;
}

/* Content paragraphs */
.content p, .article p, .description p, .text-muted {
    font-family: 'Lora', serif !important;
    line-height: 1.7;
}

/* Lists */
ul, ol, .list {
    font-family: 'Lora', serif !important;
}

/* Quotes */
blockquote {
    font-family: 'Lora', serif !important;
    font-style: italic;
}

/* Special cases */
.team-member h3, .team-member h4 {
    font-family: 'Source Sans 3', sans-serif !important;
}

.team-member p {
    font-family: 'Lora', serif !important;
}
