/* Common fonts */


@font-face {
    font-family: "Heading";
    src: url("../fonts/morrisromanblack-webfont.woff2") format("woff2"),
    url("../fonts/morrisromanblack-webfont.woff") format("woff");
}


@font-face {
    font-family: "Body";
    src: url("../fonts/amaranth-regular-webfont.woff2") format("woff2"),
    url("../fonts/amaranth-regular-webfont.woff") format("woff");
}

