@font-face {
    font-family: 'HOBOSTD';
    src:url('../fonts/HOBOSTD.woff') format('woff'),
        url('../fonts/HOBOSTD.woff2') format('woff2'),
        url('../fonts/HOBOSTD.eot'),
        url('../fonts/HOBOSTD.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HOBOSTD.otf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,h2,h3 {
font-family: HOBOSTD !important;
}