﻿body {
}
.roboto-thin {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: italic;
}

.humana-breadcrumb-item {
    color: var(--action-link, #007481);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Body/Default/Bold • desktop */
    font-family: "FS Humana";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.5px; /* 150% */
}

    .humana-breadcrumb-item a {
        text-decoration: none !important;
    }

    .humana-breadcrumb-item.active {
        color: var(--font-primary, #3A3B3D) !important;
        font-feature-settings: 'liga' off, 'clig' off;
        /* Body/Default/Regular (Default) • desktop */
        font-family: "FS Humana";
        font-size: 19px;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 28.5px; /* 150% */
    }