/* ------------------------------------------

    VARIABLES

------------------------------------------ */

:root {
    --font-primary: "CircularBook";
    --font-secondary: "CircularBold";
}

/* ------------------------------------------

    FONTS

------------------------------------------ */

@font-face {
    font-family: "CircularBook";
    src: url("//images2.drct2u.com/repo/DAL/common/fonts/LinetoCircular/lineto-circular-book.woff") format("woff");
}
@font-face {
    font-family: "CircularBold";
    src: url("//images2.drct2u.com/repo/DAL/common/fonts/LinetoCircular/lineto-circular-bold.woff") format("woff");
}

/* ------------------------------------------

    BRAND

------------------------------------------ */

.nbuxSheet__header {
    font-family: var(--font-secondary, "CircularBold");
}

.nbuxSheet__content p {
    font-family: var(--font-primary, "CircularBook");
}

.deliverySubscriptCompared thead tr th:last-child,
.deliverySubscriptCompared tbody tr td:last-child {
    background-color: #c3d9b7;
}

