/* ------------------------------------------

    VARIABLES

------------------------------------------ */

:root {
    --font-primary: "GalanoGrotesque-Regular";
    --font-secondary: "GalanoGrotesque-SemiBold";
}

/* ------------------------------------------

    FONTS

------------------------------------------ */

@font-face {
    font-family: "GalanoGrotesque-Regular";
    src: url("//images2.drct2u.com/repo/JDW/desktop/common/04-fonts/GalanoGrotesque/GalanoGrotesque-Regular-webfont.woff") format("woff");
}
@font-face {
    font-family: "GalanoGrotesque-SemiBold";
    src: url("//images2.drct2u.com/repo/JDW/desktop/common/04-fonts/GalanoGrotesque/GalanoGrotesque-SemiBold-webfont.woff") format("woff");
}

/* ------------------------------------------

    BRAND

------------------------------------------ */

.nbuxSheet__header {
    font-family: var(--font-secondary, "GalanoGrotesque-SemiBold");
}

.nbuxSheet__content p {
    font-family: var(--font-primary, "GalanoGrotesque-Regular");
}

.deliverySubscriptCompared thead tr th:last-child,
.deliverySubscriptCompared tbody tr td:last-child {
    background-color: #c3d9b7;
}
