
@font-face {
    font-family: 'tahoma_regular';
    src: url('Tahoma-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tahoma_bold';
    src: url('Tahoma-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*  */
:root {
    --bs-tahoma-regular: tahoma_regular;
    --bs-tahoma-bold: tahoma_bold;}

.tahoma-regular {
    font-family: var(--bs-tahoma-regular);
}
.tahoma-bold {
    font-family: var(--bs-tahoma-bold);
}