@font-face {
    font-family: bodyfont;
    src: url(/assets/fonts/BodyFont.woff2);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: bodyfont;
    src: url(/assets/fonts/BodyFontMedium.woff2);
    font-weight: 500 600;
    font-style: normal;
}
@font-face {
    font-family: bodyfont;
    src: url(/assets/fonts/BodyFontBold.woff2);
    font-weight: 700;
    font-style: normal;
}
html, body {
    font-family: bodyfont, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: normal;
}
@font-face {
    font-family: headingfont;
    src: url(/assets/fonts/HeaderFont.woff2);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: headingfont;
    src: url(/assets/fonts/HeaderFontMedium.woff2);
    font-weight: 500 600;
    font-style: normal;
}
@font-face {
    font-family: headingfont;
    src: url(/assets/fonts/HeaderFontBold.woff2);
    font-weight: 700;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: headingfont, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: normal;
}
