/*Font*/
@font-face {
    font-family: 'GerTT';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/GerTT_Light.otf") format("opentype");
}

@font-face {
    font-family: 'GerTT';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/GerTT_Medium.otf") format("opentype");
}

@font-face {
    font-family: 'GerTT';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/GerTT_Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/avenir-roman.ttf") format("truetype");
}

@font-face {
    font-family: 'AvenirNextUltraLight11';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/AvenirNextUltraLight11.ttf") format("truetype");
}

@font-face {
    font-family: 'AvenirNextDemiBold03';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/AvenirNextDemiBold03.ttf") format("truetype");
}
/*End*/
