@font-face {
    font-family: "open_sans";
    src: url(../../fonts/open_sans/OpenSans-Light.ttf) format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal
}

@font-face {
    font-family: "open_sans";
    src: url(../../fonts/open_sans/OpenSans-LightItalic.ttf) format("truetype");
    font-display: swap;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal
}

@font-face {
    font-family: "open_sans";
    src: url(../../fonts/open_sans/OpenSans-Italic.ttf) format("truetype");
    font-display: swap;
    font-style: italic;
    font-weight: 500;
    font-stretch: normal
}

@font-face {
    font-family: "open_sans";
    src: url(../../fonts/open_sans/OpenSans-Regular.ttf) format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal
}

@font-face {
    font-family: "open_sans";
    src: url(../../fonts/open_sans/OpenSans-Light-Bold.ttf) format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal
}

@font-face {
    font-family: "open_sans";
    src: url(../../fonts/open_sans/OpenSans-Light-BoldItalic.ttf) format("truetype");
    font-display: swap;
    font-style: italic;
    font-weight: 700;
    font-stretch: normal
}


body {
    font-family: "open_sans",sans-serif;
    font-weight: 400;
}