/* ------------------------------------------

    VARIABLES

------------------------------------------ */

:root {
    --font-primary: "GalanoGrotesque-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    --font-secondary: "GalanoGrotesque-SemiBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* ------------------------------------------

    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-weight: 400;
}
@font-face {
    font-family: "GalanoGrotesque-SemiBold";
    src: url("//images2.drct2u.com/repo/JDW/desktop/common/04-fonts/GalanoGrotesque/GalanoGrotesque-SemiBold-webfont.woff") format("woff");
    font-weight: 700;
}
