@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url("./oswald-regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url("./oswald-bold.ttf") format('truetype');
}