<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
    font-family: 'poppins-bold';
    src: url('../font/Poppins-Bold.ttf');
}
@font-face{
    font-family: 'poppins-medium';
    src: url('../font/Poppins-Medium.ttf');
}
@font-face{
    font-family: 'poppins-light';
    src: url('../font/Poppins-Light.ttf');
}
@font-face{
    font-family:'poppins-regular';
    src: url('../font/Poppins-Regular.ttf');
}
@font-face{
    font-family:'poppins-thin';
    src: url('../font/Poppins-Thin.ttf');
}
@font-face{
    font-family:'poppins-italic';
    src: url('../font/Poppins-Italic.ttf');
}
@font-face{
    font-family: 'poppins-mediumItalic';
    src: url('../font/Poppins-MediumItalic.ttf');
}</pre></body></html>