@font-face {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 400;
    src: local('Vollkorn Regular'), local('Vollkorn-Regular'), url('/public/fonts/Vollkorn-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Vollkorn';
    font-style: bold;
    font-weight: 500;
    src: local('Vollkorn Bold'), local('Vollkorn-Bold'), url('/public/fonts/Vollkorn-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Vollkorn';
    font-style: italic;
    font-weight: 400;
    src: local('Vollkorn Italic'), local('Vollkorn-Italic'), url('/public/fonts/Vollkorn-Italic.ttf') format('truetype');
}
