/**
 * BFA Theme — Fonts
 *
 * Self-hosted Arabic web fonts. Drop the actual .woff2 files into
 * assets/fonts/ and they will be served from there.
 *
 * @package BFA
 */

@font-face {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/tajawal-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/tajawal-medium.woff2") format("woff2");
}

@font-face {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/tajawal-bold.woff2") format("woff2");
}

@font-face {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/cairo-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/cairo-bold.woff2") format("woff2");
}
