/** ========================================
 *                 Fonts
======================================== **/

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSans-Regular.ttf);
}

@font-face {
    font-family: 'Noto Sans';
    src: url(../fonts/NotoSans-Bold.ttf);
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSerif-Regular.ttf);
}

@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSerif-Bold.ttf);
}

/*
 * Noto Naskh Arabic (Early Access) http://www.google.com/webfonts/earlyaccess
 Noto Naskh Arabic
 */
@font-face {
    font-family: 'Noto Naskh Arabic';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoNaskhArabic-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Naskh Arabic';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoNaskhArabic-Bold.ttf) format('truetype');
}

/*
 * Noto Kufi Arabic (Arabic) http://www.google.com/webfonts/earlyaccess
 */
@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoKufiArabic-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoKufiArabic-Bold.ttf) format('truetype');
}
