@font-face {
    font-family: 'Hobo Std';
    src: url('/fonts/hobo-std-regular.woff2') format('woff2'),
         url('/fonts/hobo-std-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hobo Std Outline';
    src: url('/fonts/hobo-std-outline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tomo Acuario';
    src: url('/fonts/tomo-acuario-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-hobo {
    font-family: 'Hobo Std', sans-serif;
}

.font-hobo-outline {
    font-family: 'Hobo Std Outline', sans-serif;
}

.font-tomo {
    font-family: 'Tomo Acuario', serif;
}
