<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
    font-family: 'Lato';
    src: url('font/Lato-BlackItalic.woff2') format('woff2'),
        url('font/Lato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('font/Lato-Black.woff2') format('woff2'),
        url('font/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('font/Lato-Bold.woff2') format('woff2'),
        url('font/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('font/Lato-Regular.woff2') format('woff2'),
        url('font/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('font/Lato-BoldItalic.woff2') format('woff2'),
        url('font/Lato-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('font/Lato-Italic.woff2') format('woff2'),
        url('font/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('font/OpenSans-ExtraBold.woff2') format('woff2'),
        url('font/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('font/OpenSans-Bold.woff2') format('woff2'),
        url('font/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('font/OpenSans-Light.woff2') format('woff2'),
        url('font/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('font/OpenSans-Regular.woff2') format('woff2'),
        url('font/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('font/OpenSans-SemiBold.woff2') format('woff2'),
        url('font/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* CLASSES */
.e_lato_blacki {font-family: "Lato"; font-weight: 900; font-style: italic;}
.e_lato_black {font-family: "Lato"; font-weight: 900; font-style: normal;}
.e_lato_bold {font-family: "Lato"; font-weight: bold; font-style: normal;}
.e_lato_boldi {font-family: "Lato"; font-weight: bold; font-style: italic;}
.e_lato {font-family: "Lato"; font-weight: normal; font-style: normal;}
.e_latoi {font-family: "Lato"; font-weight: normal; font-style: italic;}
.e_open_extra_bold {font-family: "Open Sans"; font-weight: 800; font-style: normal;}
.e_open_bold {font-family: "Open Sans"; font-weight: bold; font-style: normal;}
.e_open_light {font-family: "Open Sans"; font-weight: 300; font-style: normal;}
.e_open_sans {font-family: "Open Sans"; font-weight: normal; font-style: normal;}
.e_open_semi_bold {font-family: "Open Sans"; font-weight: 600; font-style: normal;}</pre></body></html>