@font-face {
    font-family: 'ew-norwester';
    src: url('../webfonts/norwester.woff') format('woff'), url('../webfonts/norwester.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ew-lato';
    src: url('../webfonts/lato-regular.woff') format('woff'), url('../webfonts/lato-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ew-breeserif';
    src: url('../webfonts/breeserif-regular.woff') format('woff'), url('../webfonts/breeserif-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ew-barlow';
    src: url('../webfonts/barlow-regular.woff') format('woff'), url('../webfonts/barlow-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ew-oxanium';
    src: url('../webfonts/oxanium-regular.woff') format('woff'), url('../webfonts/oxanium-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* FONT LINKS  */
.font-norwester {
    font-family: 'ew-norwester', sans-serif;
}
.font-lato {
    font-family: 'ew-lato', sans-serif;
}
.font-breeserif {
    font-family: 'ew-breeserif', sans-serif;
}
.font-barlow {
    font-family: 'ew-barlow', sans-serif;
}
.font-oxanium {
    font-family: 'ew-oxanium', sans-serif;
}
.font-h-norwester h1, .font-h-norwester h2, .font-h-norwester h3, .font-h-norwester h4, .font-h-norwester h5, .font-h-norwester h6 {
    font-family: 'ew-norwester', sans-serif;
}
.font-h-lato h1, .font-h-lato h2, .font-h-lato h3, .font-h-lato h4, .font-h-lato h5, .font-h-lato h6 {
    font-family: 'ew-lato', sans-serif;
}
.font-h-breeserif h1, .font-h-breeserif h2, .font-h-breeserif h3, .font-h-breeserif h4, .font-h-breeserif h5, .font-h-breeserif h6 {
    font-family: 'ew-breeserif', sans-serif;
}
.font-h-barlow h1, .font-h-barlow h2, .font-h-barlow h3, .font-h-barlow h4, .font-h-barlow h5, .font-h-barlow h6 {
    font-family: 'ew-barlow', sans-serif;
}
.font-h-oxanium h1, .font-h-oxanium h2, .font-h-oxanium h3, .font-h-oxanium h4, .font-h-oxanium h5, .font-h-oxanium h6 {
    font-family: 'ew-oxanium', sans-serif;
}
.font-h-arial h1, .font-h-arial h2, .font-h-arial h3, .font-h-arial h4, .font-h-arial h5, .font-h-arial h6 {
    font-family: Arial, sans-serif;
}
.font-h-times h1, .font-h-times h2, .font-h-times h3, .font-h-times h4, .font-h-times h5, .font-h-times h6 {
    font-family: "Times New Roman", Times, serif;
}