@font-face {
    font-family: "Open Sans";
    font-weight: 300;
    src: url("fonts/openSans1.woff2") format("woff2");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    src: url("fonts/openSans2.woff2") format("woff2");
}

body * {
    font-family: 'Open Sans', sans-serif;
}

.site-background-color {
    background-color: rgb(33, 153, 209);
}