/* ------------------------------------------

    VARIABLES

------------------------------------------ */

:root {
    --font-primary: "GibsonRegular";
    --font-secondary: "GibsonSemiBold";
}

/* ------------------------------------------

    FONTS

------------------------------------------ */

@font-face {
    font-family: "GibsonRegular";
    src: url("//images2.drct2u.com/repo/JDW/desktop/common/04-fonts/Gibson-Regular-webfont.woff") format("woff");
}
@font-face {
    font-family: "GibsonSemiBold";
    src: url("//images2.drct2u.com/content/stylesheets/Gibson-SemiBold-webfont.woff") format("woff");
}

/* ------------------------------------------

    BRAND

------------------------------------------ */

.accountContent__heading,
.accountOption {
    font-family: var(--font-secondary, "GibsonSemiBold");
}

.accountContent__bullets,
.accountContent p,
.accountContent__termsConditions p {
    font-family: var(--font-primary, "GibsonRegular");
}