@font-face {
    font-family: 'Almaq';
    src: url(../fonts/Almaq-Refined.ttf);
}

@font-face {
    font-family: 'MyriadProBold';
    src: url(../fonts/MyriadPro-Bold.otf);
}

@font-face {
    font-family: 'MyriadProIT';
    src: url(../fonts/MyriadPro-It.otf);
}

@font-face {
    font-family: 'Myriad Pro';
    src: url(../fonts/MyriadPro-Regular.otf);
}

body {
    font-family: 'Myriad Pro';
}

h3 {
    font-family: "Trebuchet MS";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #870051;
}
