@font-face {
    font-family: 'google_sansregular';
    src: url('../fonts/googlesans-regular-webfont.woff2') format('woff2'),
         url('../fonts/googlesans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'google_sansbold';
    src: url('../fonts/googlesans-bold-webfont.woff2') format('woff2'),
         url('../fonts/googlesans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'google_sansmedium';
    src: url('../fonts/googlesans-medium-webfont.woff2') format('woff2'),
         url('../fonts/googlesans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'google_sansbold_italic';
    src: url('../fonts/googlesans-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/googlesans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'google_sansitalic';
    src: url('../fonts/googlesans-italic-webfont.woff2') format('woff2'),
         url('../fonts/googlesans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/

/*
@font-face {
    font-family: 'google_sansmedium_italic';
    src: url('../fonts/googlesans-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/googlesans-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/