/* Global Font Consistency Fixes */
body, body *, p, span, div, a, button, input, textarea, select {
    font-family: "Roboto", sans-serif !important;
}

/* Preserve FontAwesome icons */
.fa, .fas, .far, .fal, .fab, [class^="fa-"], [class*=" fa-"] {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands" !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 700 !important;
}

.card-bottom h1 {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    margin-bottom: 5px !important;
}

.card-bottom p {
    font-family: "Roboto", sans-serif !important;
    font-size: 13px !important;
    line-height: 18px !important;
}

/* Ensure consistent font sizes */
.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-28 {
    font-size: 28px !important;
}
