@font-face {
    font-family: 'Graphik';
    src: url('webfonts/Graphik-Light.woff2') format('woff2'),
        url('webfonts/Graphik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Petit Serif';
    src: url('webfonts/PetitSerif.woff2') format('woff2'),
        url('webfonts/PetitSerif.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
