@font-face {
    font-family: 'Neue Haas'; /* Font name will need to be replaced and this name is what will be entered in the composer font settings */
    src: url('../fonts/NHaasGroteskDSPro-45Lt.woff2') format("woff2"); /* same as the woff file only the metropolis_bold needs changing */
    font-weight: 100; /* Font weight will be 700 for bold, 400 for regular, 300 for light, 100 for thin, 900 for heavy/black and 500 for book */
    font-style: normal; /* leave untouched unless they specifcally want an italics font */
}


@font-face {
    font-family: 'Neue Haas';
    src: url('../fonts/NHaasGroteskDSPro-55Rg.woff2') format("woff2"); 
    font-weight: 400; 
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas';
    src:url('../fonts/NHaasGroteskDSPro-65Md.woff2') format("woff2"); 
    font-weight: 500; 
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas';
    src:url('../fonts/NHaasGroteskTXPro-75Bd.woff2') format("woff2"); 
    font-weight: 700; 
    font-style: normal;
}

