@font-face {
    font-family: 'Perandory';
    font-style: normal;
    font-weight: normal;
    src: local('Perandory'), url('/assets/PerandorySemiCondensed.woff') format('woff');
}

@font-face {
    font-family: 'Bodoni';
    font-style: normal;
    font-weight: normal;
    src: local('Bodoni'), url('/assets/Bodoni.woff') format('woff'), url('/assets/Bodoni.woff2') format('woff2');
}


.main-font {
    font-family: "Perandory", serif;
}

.second-font {
    font-family: "Bodoni", serif;
    font-weight: normal;
    letter-spacing: 1px;
}