/* @cache_version:1 */


/* =======================================================================
   template_fonts:      
*/
/*@==template_fonts==*/
@font-face {
    font-family: "Lato"; /*Regular*/
    src: url("/_data/site/8/fonts/lato-regular-webfont.woff2") format("woff2"),
         url("/_data/site/8/fonts/lato-regular-webfont.woff") format("woff"),
         url("/_data/site/8/fonts/lato-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;

}
@font-face {
    font-family: "Lato"; /*Regular Italic*/
    src: url("/_data/site/8/fonts/lato-italic-webfont.woff2") format("woff2"),
         url("/_data/site/8/fonts/lato-italic-webfont.woff") format("woff"),
         url("/_data/site/8/fonts/lato-italic-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    text-rendering: optimizeLegibility;

}
@font-face {
    font-family: "Lato"; /*Bold*/
    src: url("/_data/site/8/fonts/lato-bold-webfont.woff2") format("woff2"),
         url("/_data/site/8/fonts/lato-bold-webfont.woff") format("woff"),
         url("/_data/site/8/fonts/lato-bold-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;

}
@font-face {
    font-family: "Lato"; /*Bold Italic*/
    src: url("/_data/site/8/fonts/lato-bolditalic-webfont.woff2") format("woff2"),
         url("/_data/site/8/fonts/lato-bolditalic-webfont.woff") format("woff"),
         url("/_data/site/8/fonts/lato-bolditalic-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    text-rendering: optimizeLegibility;

}



@font-face {
    font-family: "Lato Black";
    src: url("/_data/site/8/fonts/lato-black-webfont.woff2") format("woff2"),
         url("/_data/site/8/fonts/lato-black-webfont.woff") format("woff"),
         url("/_data/site/8/fonts/lato-black-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;

}


@font-face {
    font-family: "Sanchez";
    src: url("/_data/site/8/fonts/Sanchez-Regular.woff2") format("woff2"),
        url("/_data/site/8/fonts/Sanchez-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*==@template_fonts==*/