<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: 'Lato';
    src: url('../fonts/Lato-Regular.woff2?v=1.1') format('woff2'),
        url('../fonts/Lato-Regular.woff?v=1.1') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.woff2?v=1.1') format('woff2'),
        url('../fonts/Lato-Black.woff?v=1.1') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff2?v=1.1') format('woff2'),
        url('../fonts/Lato-Light.woff?v=1.1') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2?v=1.1') format('woff2'),
        url('../fonts/Lato-Bold.woff?v=1.1') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff") 
             
             
}</pre></body></html>