@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Regular.woff2') format('woff2'), url('/fonts/Poppins/Poppins-Regular.ttf') format('woff'), url('/fonts/Poppins/Poppins-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    unicode-range: U0-5FF;
}
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Italic.woff2') format('woff2'), url('/fonts/Poppins/Poppins-Italic.ttf') format('woff'), url('/fonts/Poppins/Poppins-Italic.ttf') format('ttf');
    font-weight: 400;
    font-style: italic;
    font-display: auto;
    unicode-range: U0-5FF;
}
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Medium.woff2') format('woff2'), url('/fonts/Poppins/Poppins-Medium.ttf') format('woff'), url('/fonts/Poppins/Poppins-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
    unicode-range: U0-5FF;
}
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'), url('/fonts/Poppins/Poppins-SemiBold.ttf') format('woff'), url('/fonts/Poppins/Poppins-SemiBold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
    font-display: auto;
    unicode-range: U0-5FF;
}
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Bold.woff2') format('woff2'), url('/fonts/Poppins/Poppins-Bold.ttf') format('woff'), url('/fonts/Poppins/Poppins-Bold.ttf') format('ttf');
    font-weight: 800;
    font-style: normal;
    font-display: auto;
    unicode-range: U0-5FF;
}

html, body {
    font-family: Poppins;
}