@font-face {
    font-family: "Open Sans";
    src: url('./OpenSans-Light.eot');
    src: url('./OpenSans-Light.eot') format('embedded-opentype'),
         url('./OpenSans-Light.woff') format('woff'),
         url('./OpenSans-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url('./OpenSans-Regular.eot');
    src: url('./OpenSans-Regular.eot') format('embedded-opentype'),
         url('./OpenSans-Regular.woff') format('woff'),
         url('./OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url('./OpenSans-Bold.eot');
    src: url('./OpenSans-Bold.eot') format('embedded-opentype'),
         url('./OpenSans-Bold.woff') format('woff'),
         url('./OpenSans-Bold.ttf') format('truetype');
    font-weight: Bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url('./OpenSans-SemiBold.eot');
    src: url('./OpenSans-SemiBold.eot') format('embedded-opentype'),
         url('./OpenSans-SemiBold.woff') format('woff'),
         url('./OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}