@font-face {
    font-family: 'Philosopher';
    src: local('Philosopher'), url('philosopher.ttf') format('truetype'), url('philosopher.woff2') format('woff2'), url('philosopher.woff') format('woff') ;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter-Bold';
    src: local('Inter-Bold'), url('Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter-Medium';
    src: local('Inter-Medium'), url('Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MontserratAlternates-Bold';
    src: local('MontserratAlternates-Bold'), url('MontserratAlternates-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}