/* ------------------------------------------

    VARIABLES

------------------------------------------ */

:root {
    --font-primary: "fg-book";
    --font-secondary: "fg-medium";
}

/* ------------------------------------------

    FONTS

------------------------------------------ */

@font-face {
    font-family: "fg-book";
    src: url("//images2.drct2u.com/repo/IHM/common/fonts/URWFranklinGothic/book.woff") format('woff');
}
@font-face {
    font-family: "fg-medium";
    src: url("//images2.drct2u.com/repo/IHM/common/fonts/URWFranklinGothic/medium.woff") format("woff");
}

/* ------------------------------------------

    BRAND

------------------------------------------ */

.nbuxSheet__header {
    font-family: var(--font-secondary, "fg-medium");
    font-weight: bold;
}

.nbuxSheet__content p {
    font-family: var(--font-primary, "fg-book");
}

.deliverySubscriptCompared thead tr th:last-child,
.deliverySubscriptCompared tbody tr td:last-child {
    background-color: #c3d9b7!important;
}
