@font-face {
    font-family: 'Poppins';

    font-style: normal;

    font-weight: 100;

    font-display: swap;

    src: url("/static/fonts/Poppins-Thin-9ec263601ee3fcd71763941207c9ad0d.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: italic;

    font-weight: 100;

    font-display: swap;

    src: url("/static/fonts/Poppins-ThinItalic-01555d25092b213d2ea3a982123722c9.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: normal;

    font-weight: 200;

    font-display: swap;

    src: url("/static/fonts/Poppins-ExtraLight-6f8391bbdaeaa540388796c858dfd8ca.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: italic;

    font-weight: 200;

    font-display: swap;

    src: url("/static/fonts/Poppins-ExtraLightItalic-a9bed017984a258097841902b696a7a6.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: normal;

    font-weight: 300;

    font-display: swap;

    src: url("/static/fonts/Poppins-Light-fcc40ae9a542d001971e53eaed948410.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: italic;

    font-weight: 300;

    font-display: swap;

    src: url("/static/fonts/Poppins-LightItalic-0613c488cf7911af70db821bdd05dfc4.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: normal;

    font-weight: 400;

    font-display: swap;

    src: url("/static/fonts/Poppins-Regular-093ee89be9ede30383f39a899c485a82.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: italic;

    font-weight: 400;

    font-display: swap;

    src: url("/static/fonts/Poppins-Italic-c1034239929f4651cc17d09ed3a28c69.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: normal;

    font-weight: 500;

    font-display: swap;

    src: url("/static/fonts/Poppins-Medium-bf59c687bc6d3a70204d3944082c5cc0.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: italic;

    font-weight: 500;

    font-display: swap;

    src: url("/static/fonts/Poppins-MediumItalic-cf5ba39d9ac24652e25df8c291121506.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: normal;

    font-weight: 600;

    font-display: swap;

    src: url("/static/fonts/Poppins-SemiBold-6f1520d107205975713ba09df778f93f.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: italic;

    font-weight: 600;

    font-display: swap;

    src: url("/static/fonts/Poppins-SemiBoldItalic-9841f3d906521f7479a5ba70612aa8c8.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: normal;

    font-weight: 700;

    font-display: swap;

    src: url("/static/fonts/Poppins-Bold-08c20a487911694291bd8c5de41315ad.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: italic;

    font-weight: 700;

    font-display: swap;

    src: url("/static/fonts/Poppins-BoldItalic-19406f767addf00d2ea82cdc9ab104ce.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: normal;

    font-weight: 800;

    font-display: swap;

    src: url("/static/fonts/Poppins-ExtraBold-d45bdbc2d4a98c1ecb17821a1dbbd3a4.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: italic;

    font-weight: 800;

    font-display: swap;

    src: url("/static/fonts/Poppins-ExtraBoldItalic-8afe4dc13b83b66fec0ea671419954cc.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: normal;

    font-weight: 900;

    font-display: swap;

    src: url("/static/fonts/Poppins-Black-14d00dab1f6802e787183ecab5cce85e.ttf") format("truetype")
}

@font-face {
    font-family: 'Poppins';

    font-style: italic;

    font-weight: 900;

    font-display: swap;

    src: url("/static/fonts/Poppins-BlackItalic-e9c5c588e39d0765d30bcd6594734102.ttf") format("truetype")
}

.font-poppins {
    font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif
}