<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Poppins font family */

/* @font-face {
    font-family: 'Helvetica Neue LT Pro-93 Black Extended';
    src: url('../fonts/Helvetica-Neue-LT-Pro-93-Black-Extended.otf') format('otf'),
} */

@font-face {
    font-family: "Helvetica Neue LT Pro";
    src: url('../fonts/Helvetica-Neue-LT-Pro-93-Black-Extended.otf');
}

/* @font-face {
    font-family: 'Poppins';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
         url('../fonts/Poppins-Thin.woff') format('woff'),
         url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-display: swap;
}

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

@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: italic;
    src: url('../fonts/poppins-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-lightitalic-webfont.woff') format('woff'),
         url('../fonts/poppins-lightitalic-webfont.ttf') format('truetype');
    font-display: swap;
} */

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

/* @font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/poppins-regularitalic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regularitalic-webfont.woff') format('woff'),
         url('../fonts/poppins-regularitalic-webfont.ttf') format('truetype');
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff'),
         url('../fonts/poppins-semibold-webfont.ttf') format('truetype');
    font-display: swap;
} */

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

/* @font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: italic;
    src: url('../fonts/poppins-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bolditalic-webfont.woff') format('woff'),
         url('../fonts/poppins-bolditalic-webfont.ttf') format('truetype');
    font-display: swap;
}

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

@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: italic;
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
         url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff'),
         url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-display: swap;
}

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


@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: italic;
    src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
         url('../fonts/Poppins-BlackItalic.woff') format('woff'),
         url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
    font-display: swap;
}
 */
</pre></body></html>