@font-face {
    font-family: 'AkzidenzGrotesk';
    src: url('../fonts/akzidenzgrotesk-regular-webfont.woff2') format('woff2'),
         url('../fonts/akzidenzgrotesk-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AkzidenzGrotesk';
    src: url('../fonts/akzidenzgrotesk-bold-webfont.woff2') format('woff2'),
         url('../fonts/akzidenzgrotesk-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'AkzidenzGrotesk', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'AkzidenzGrotesk', sans-serif;
    font-weight: 700;
}

/* Paragraphs and inline text use regular */
p, span, li, a, label, div {
    font-family: 'AkzidenzGrotesk', sans-serif;
}