@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Cairo:wght@400;500;600&display=swap");

@font-face {
    font-family: "GraphikArabic";
    src: url("/fonts/GraphikArabic/GraphikArabic-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GraphikArabic";
    src: url("/fonts/GraphikArabic/GraphikArabic-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GraphikArabic";
    src: url("/fonts/GraphikArabic/GraphikArabic-Semibild.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GraphikArabic";
    src: url("/fonts/GraphikArabic/GraphikArabic-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}