@font-face {
    font-family: OpenSans-Regular;
    src: url(../woff2/opensans-regular.woff2) format("woff2"),
        url(../eot/opensans-regular.eot) format("embedded-opentype"),
        url(../ttf/opensans-regular.ttf) format("truetype"),
        url(../404error.html) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: OpenSans-Semibold;    
    src: url(../woff2/opensans-semibold.woff2) format("woff2"),
        url(../eot/opensans-semibold.eot) format("embedded-opentype"),
        url(../ttf/opensans-semibold.ttf) format("truetype"),
        url(../svg/opensans-semibold.svg) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body {
		font-weight: 400;
		font-style: normal;
	}

