@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans-bold.woff2') format('woff2'),
         url('../fonts/pt-sans-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans-bold-italic.woff2') format('woff2'),
         url('../fonts/pt-sans-bold-italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}


@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans-italic.woff2') format('woff2'),
         url('../fonts/pt-sans-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans.woff2') format('woff2'),
         url('../fonts/pt-sans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}