/* ------------------------------------------

    VARIABLES

------------------------------------------ */

:root {
    --font-primary: "LatoRegular";
    --font-secondary: "LatoBlack";
}

/* ------------------------------------------

    FONTS

------------------------------------------ */

@font-face {
    font-family: "LatoRegular";
    src: url("//images2.drct2u.com/repo/FW/common/fonts/Lato/Lato-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "LatoBlack";
    src: url("//images2.drct2u.com/repo/FW/common/fonts/Lato/Lato-Black.ttf") format("truetype");
}

/* ------------------------------------------

    BRAND

------------------------------------------ */

.accountContent__heading,
.accountOption {
    font-family: var(--font-secondary, "LatoBlack");
}

.accountContent__bullets,
.accountContent p,
.accountContent__termsConditions p {
    font-family: var(--font-primary, "LatoRegular");
}