/*
Demo file for importing customfonts.

Fonts to be uploaded in assets/fonts
*/

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/poppins-v21-latin-regular.woff2) format('woff2'), url(../../fonts/poppins-v21-latin-regular.ttf) format('truetype')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(../../fonts/poppins-v21-latin-500.woff2) format('woff2'), url(../../fonts/poppins-v21-latin-500.ttf) format('truetype')
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/poppins-v21-latin-700.woff2) format('woff2'), url(../../fonts/poppins-v21-latin-700.ttf) format('truetype')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: url(../../fonts/source-sans-pro.ttf.woff2) format('woff2'), url(../../fonts/source-sans-pro.bold.ttf) format('truetype')
}