@font-face {
    font-family: CustomFont;
    src: url('/font/GGZaglav.otf');
}

@font-face {
    font-family: CustomFont2;
    src: url('/font/DINNextLTPro.otf');
}

@font-face {
    font-family: CustomFont3;
    src: url('/font/FuturaExtra.ttf');
}

@font-face {
    font-family: CustomFont4;
    src: url('/font/D-DIN-Bold.otf');
}


html, body{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.h11{
    font-family: CustomFont;
    color: black;    
}

.h12{
    font-family: CustomFont3;
    color: black;    
}
