/*** FONTS: OSWALD  *********************************************/
@font-face {
    font-family: oswaldo;
    src: url(./../fonts/oswaldo/Oswald-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: oswaldo;
    src: url(./../fonts/oswaldo/Oswald-Medium.ttf);
    font-style: medium;
    font-weight: 500;
}
@font-face {
    font-family: oswaldo;
    src: url(./../fonts/oswaldo/Oswald-SemiBold.ttf);
    font-style: bold;
    font-weight: 600;
}
@font-face {
    font-family: oswaldo;
    src: url(./../fonts/oswaldo/Oswald-Bold.ttf);
    font-style: black;
    font-weight: 700;
}