@font-face {
    font-family: 'MadeTommySoft';
    font-weight: 700;
    src: url('./fonts/made_tommy_soft.ttf') format('ttf'),
        url('./fonts/made_tommy_soft.woff') format('woff'),
        url('./fonts/made_tommy_soft.woff2') format('woff2');
}
@font-face {
    font-family: 'MadeTommySoft';
    font-weight: 400;
    src: url('./fonts/made_tommy_soft_regular.ttf') format('ttf'),
        url('./fonts/made_tommy_soft_regular.woff') format('woff'),
        url('./fonts/made_tommy_soft_regular.woff2') format('woff2');
}