/* 
 * Poppins Font Family 
 * Licensed under the SIL Open Font License, Version 1.1 (OFL)
 * License text available at: /fonts/OFL.txt
 */

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

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

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

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

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

@font-face {
    font-display: swap;
    font-family: ptsans;
    font-style: italic;
    font-weight: 400;
    src: url(../static/fonts/Poppins-Italic.woff2)
}

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

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

.smc-header .smc-logo_grid_element--tagline,
.smc-header .smc-logo_grid_element--title {
    font-family: Poppins, 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: Poppins, Arial, Helvetica, Tahoma, sans-serif
}

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