@charset "UTF-8";
/* CSS Document */

html, body{
	height: 100%;
}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body {
	color: #000;
	background-color: #fff;
	font-family: 'core_sans_g_45_regularregular';
}

@font-face {
    font-family: 'core_sans_g_45_regularregular';
    src: url('fonts/s-core_-_coresansg45regular-webfont.woff2') format('woff2'),
         url('fonts/s-core_-_coresansg45regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'core_sans_g_55_mediumregular';
    src: url('fonts/s-core_-_coresansg55medium-webfont.woff2') format('woff2'),
         url('fonts/s-core_-_coresansg55medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'core_sans_g_65_boldregular';
    src: url('fonts/s-core_-_coresansg65bold-webfont.woff2') format('woff2'),
         url('fonts/s-core_-_coresansg65bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,500,700');

/* @font-face {
    font-family: 'libre_franklinregular';
    src: url('fonts/librefranklin-regular-webfont.woff2') format('woff2'),
         url('fonts/librefranklin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'libre_franklinmedium';
    src: url('fonts/librefranklin-medium-webfont.woff2') format('woff2'),
         url('fonts/librefranklin-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */


.font_regular{ 	font-family: "core_sans_g_45_regularregular"; }
.font_medium{ font-family: "core_sans_g_55_mediumregular"; }
.font_bold{ font-family: "core_sans_g_65_boldregular"; }
.font_read{ font-family: 'Libre Franklin', sans-serif; font-weight: 500; }
.font_read_regular{ font-family: 'Libre Franklin', sans-serif; font-weight: 400;}
.font_read_bold{ font-family: 'Libre Franklin', sans-serif; font-weight: 700;}


b{
	font-family: "core_sans_g_55_mediumregular";
}
