/* Poppins font-face declarations */
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/poppins/poppins-regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Override any template font-family declarations */
body,
h1, h2, h3, h4, h5, h6,
p, span, div {
    font-family: 'Poppins', sans-serif !important;
} 