/* ------------------------------------------

    VARIABLES

------------------------------------------ */

:root {
    --font-primary: "GGX88Book";
    --font-secondary: "GGX88Bold";
}

/* ------------------------------------------

    FONTS

------------------------------------------ */

@font-face {
    font-family: "GGX88Book";
    src: url("//images2.drct2u.com/content/stylesheets/ggx88_bk-webfont.woff") format("woff");
}
@font-face {
    font-family: "GGX88Bold";
    src: url("//images2.drct2u.com/content/stylesheets/ggx88_bd-webfont.woff") format("woff");
}

/* ------------------------------------------

    BRAND

------------------------------------------ */

.accountContent__heading,
.accountOption {
    font-family: var(--font-secondary, "GGX88Bold");
}

.accountContent__bullets,
.accountContent p,
.accountContent__termsConditions p {
    font-family: var(--font-primary, "GGX88Book");
}