@font-face {
    font-display: block;
    font-family: gruenetype;
    font-style: normal;
    font-weight: 400;
    src: url(../static/fonts/GrueneTypeNeue-Regular.woff2)
}

@font-face {
    font-display: block;
    font-family: gruenetype;
    font-style: italic;
    font-weight: 400;
    src: url(../static/fonts/GrueneTypeNeue-Regular.woff2)
}

@font-face {
    font-display: block;
    font-family: gruenetype;
    font-style: normal;
    font-weight: 700;
    src: url(../static/fonts/GrueneTypeNeue-Regular.woff2)
}

@font-face {
    font-display: block;
    font-family: gruenetype;
    font-style: italic;
    font-weight: 700;
    src: url(../static/fonts/GrueneTypeNeue-Regular.woff2)
}

@font-face {
    font-display: block;
    font-family: gruenesans;
    font-style: normal;
    font-weight: 400;
    src: url(../static/fonts/GrueneTypeNeue-Regular.woff2)
}

@font-face {
    font-display: block;
    font-family: gruenesans;
    font-style: italic;
    font-weight: 400;
    src: url(../static/fonts/GrueneTypeNeue-Regular.woff2)
}

@font-face {
    font-display: block;
    font-family: gruenesans;
    font-style: normal;
    font-weight: 700;
    src: url(../static/fonts/GrueneTypeNeue-Regular.woff2)
}

@font-face {
    font-display: block;
    font-family: gruenesans;
    font-style: italic;
    font-weight: 700;
    src: url(../static/fonts/GrueneTypeNeue-Regular.woff2)
}

@font-face {
    font-display: swap;
    font-family: ptsans;
    font-weight: 400;
    src: url(../static/fonts/ptsans_regular.woff)
}

@font-face {
    font-display: swap;
    font-family: ptsans;
    font-weight: 700;
    src: url(../static/fonts/ptsans_bold.woff)
}

@font-face {
    font-display: swap;
    font-family: ptsans;
    font-style: italic;
    font-weight: 700;
    src: url(../static/fonts/ptsans_bold_italic.woff)
}

.smc-header .smc-logo_grid_element--tagline,
.smc-header .smc-logo_grid_element--title {
    font-family: gruenetype, Arial, Helvetica, Tahoma, sans-serif
}

body[class*=tag-hash-cover-heading-bg] .smc-cover__excerpt,
body[class^=tag-hash-cover-heading-bg] .smc-cover__excerpt {
    font-family: gruenesans, Arial, Helvetica, Tahoma, sans-serif
}

p {
    font-family: ptsans, Arial, Helvetica, Tahoma, sans-serif
}