@font-face {
    font-family: Tipo-UBB_Regular;
    src: url(../fonts/Tipo-UBB-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: Tipo-UBB_Bold;
    src: url(../fonts/Tipo-UBB-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: Tipo-UBB_Condensed-Regular;
    src: url(../fonts/Tipo-UBB-Regular_Condensed.otf);
    font-weight: 700;
    font-stretch: condensed;
}

@font-face {
    font-family: Tipo-UBB_Condensed-Bold;
    src: url(../fonts/Tipo-UBB-Bold_Condensed.otf);
    font-weight: 700;
    font-stretch: condensed;
}

/*
@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: 700;
}*