@font-face {
    font-family: 'Perpetua';
    src: url('../fonts/Perpetua-Bold.woff2') format('woff2'),
        url('../fonts/Perpetua-Bold.woff') format('woff'),
        url('../fonts/Perpetua-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/Oswald-Bold.woff') format('woff'),
        url('../fonts/Oswald-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
    font-family: 'Perpetua';
    src: url('../fonts/Perpetua-BoldItalic.woff2') format('woff2'),
        url('../fonts/Perpetua-BoldItalic.woff') format('woff'),
        url('../fonts/Perpetua-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Perpetua';
    src: url('../fonts/Perpetua.woff2') format('woff2'),
        url('../fonts/Perpetua.woff') format('woff'),
        url('../fonts/Perpetua.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Perpetua';
    src: url('../fonts/Perpetua-Italic.woff2') format('woff2'),
        url('../fonts/Perpetua-Italic.woff') format('woff'),
        url('../fonts/Perpetua-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

