@font-face {
    font-family: 'Tahoma';
    src: url('tahoma.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-family: 'Tahoma', Arial, sans-serif !important;
}