@font-face {
    font-family: 'ITCBlair';   
src: url('../fonts/ITCBlair-Bold.woff2') format("woff2");
    font-weight: 700; /* 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: 'ITCBlair';   
src: url('../fonts/ITCBlair-Medium.woff2') format("woff2");
    font-weight: 400; /* 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: 'ITCBlair';   
src: url('../fonts/ITCBlair-Light.woff2') format("woff2");
    font-weight: 300; /* 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: 'ITCBlair';   
src: url('../fonts/ITCBlair-Bolditalic.woff2') format("woff2");
    font-weight: 700; /* 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: italic; /* leave untouched unless they specifcally want an italics font */
}
