@font-face {
    font-family: 'amatic';
    src: url('/fonts/AmaticSC-Regular.ttf'); 
}

@font-face {
    font-family: 'amatic';
    src: url('/fonts/Amatic-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'typewriter';
    src: url('/fonts/american-typewriter-condensed.ttf');
}

@font-face {
    font-family: 'typewriter';
    src: url('/fonts/american-typewriter-condensed-bold.ttf');
    font-weight: bold;
}