
:root{
    --font_Helvethaica_Bold: 'Helvethaica_Bold', sans-serif;
    --font_Helvethaica_Med: 'Helvethaica_Med', sans-serif;
    --font_Helvethaica_Regular: 'Helvethaica_Regular', sans-serif;
}
.font-helvethaica-Bold{font-family: var(--font_Helvethaica_Bold) !important;}
.font-helvethaica-med{font-family: var(--font_Helvethaica_Med) !important;}
.font-helvethaica-regular{font-family: var(--font_Helvethaica_Regular) !important;}

@font-face {
    font-family: 'Helvethaica_Bold';
    src: url('DB HelvethaicaMon X Bd v3.2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvethaica_Med';
    src: url('DB HelvethaicaMon X Med v3.2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvethaica_Regular';
    src: url('DB HelvethaicaMon X v3.2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* @font-face {
    font-family: 'scg_bol';
    src: url('scg-bol.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'scg_italic';
    src: url('SCG-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'scg_lig';
    src: url('scg-lig.ttf') format('truetype'),
         url("SCG-Lig.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'scg_reg';
    src: url('scg-reg.ttf') format('truetype'),
         url("SCG-Reg 14.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
} */