@font-face {
    font-family: 'Bandera Pro';
    src: url("../fonts/BanderaPro.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bandera Pro';
    src: url("../fonts/BanderaPro-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Bandera Pro';
    src: url("../fonts/BanderaPro-BoldItalic.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Bandera Pro';
    src: url("../fonts/BanderaPro-Italic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}
/*--------------------------------------------------------------------------*/
@font-face {
    font-family: 'PF Handbook Pro';
    src: url("../fonts/PFHandbookPro-Medium.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url("../fonts/MyriadPro-Semibold.otf")format("opentype");
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url("../fonts/MyriadPro-Regular.otf")format("opentype");
}
@font-face {
    font-family: 'GothaProReg';
    src: url("../fonts/GothaProReg.otf")format("opentype");
}
