/* OSWALD */
@font-face {
    font-family: 'Oswald';
    src: url('Oswald-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-ExtraLight.ttf') format('truetype');
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

/* LORA */
@font-face {
    font-family: 'Lora';
    src: url('Lora-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Lora';
    src: url('Lora-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Lora';
    src: url('Lora-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: 'Lora';
    src: url('Lora-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Lora';
    src: url('Lora-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: 'Lora';
    src: url('Lora-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 500;
}
@font-face {
    font-family: 'Lora';
    src: url('Lora-SemiBoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 600;
}
@font-face {
    font-family: 'Lora';
    src: url('Lora-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 700;
}