/* @cache_version:1 */


/* =======================================================================
   template_fonts:      
*/
/*@==template_fonts==*/
@font-face {
    font-family:"Open Sans"; /*open_sansregular*/
    src: url("/_data/site/175/fonts/opensans-regular-webfont.woff2") format("woff2"),
         url("/_data/site/175/fonts/opensans-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family:"Open Sans"; /*open_sansitalic*/
    src: url("/_data/site/175/fonts/opensans-italic-webfont.woff2") format("woff2"),
         url("/_data/site/175/fonts/opensans-italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family:"Open Sans"; /*open_sansbold*/
    src: url("/_data/site/175/fonts/opensans-bold-webfont.woff2") format("woff2"),
         url("/_data/site/175/fonts/opensans-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family:"Open Sans"; /*open_sansbold_italic*/
    src: url("/_data/site/175/fonts/opensans-bolditalic-webfont.woff2") format("woff2"),
         url("/_data/site/175/fonts/opensans-bolditalic-webfont.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: "Open Sans Semi-Bold";
    src: url("/_data/site/175/fonts/opensans-semibold-webfont.woff2") format("woff2"),
         url("/_data/site/175/fonts/opensans-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}
/*==@template_fonts==*/