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