/* ------------------------------------------

    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

------------------------------------------ */

.accountContent__heading,
.accountOption {
    font-family: var(--font-secondary, "GalanoGrotesque-SemiBold");
}

.accountContent__bullets,
.accountContent p,
.accountContent__termsConditions p {
    font-family: var(--font-primary, "GalanoGrotesque-Regular");
}