@charset "utf-8";

@font-face {
     font-family: 'Oswald';
     src: url('/fonts/Oswald/Oswald-ExtraLight.ttf') format('opentype');
     font-weight: 200;
     font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('/fonts/Oswald/Oswald-Light.ttf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('/fonts/Oswald/Oswald-Regular.ttf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('/fonts/Oswald/Oswald-Medium.ttf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('/fonts/Oswald/Oswald-SemiBold.ttf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('/fonts/Oswald/Oswald-Bold.ttf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
