/* font face */
/* @font-face {
    font-family: 'GraphikArabic-Regular';
    src: url('../fonts/GraphikArabic-Regular.ttf') format('truetype'),
} */

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

@font-face {
    font-family: 'FatimahArabicITF-Medium';
    src: url('../fonts/custom/FatimahArabicITF-Medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GraphikArabic-Regular';
    src: url('../fonts/GraphikArabic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GraphikArabic-SemiBold';
    src: url('../fonts/GraphikArabic-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    direction: rtl;
    font-family: 'GraphikArabic-Regular', sans-serif !important;
    /* font-weight: 300; */
    letter-spacing: 0 !important;
}

.nav-logo-wrap {
    right: 0;
    z-index: 0;
    position: relative;
}

.btn-mod.btn-large {
    letter-spacing: 0;
}

.section-caption {
    letter-spacing: 0;
}

.works-filter a:first-child {
    /* margin-right: 1px;
    margin-left: -1px; */
}

.mobile-nav {
    display: none;
    margin-right: auto;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    cursor: pointer;
    height: var(--menu-bar-height);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition-property: background, color, height;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'FatimahArabicITF-Medium' !important;
    margin-bottom: 1em;
    line-height: 1.2;
}


h4 {
    font-size: 25px !important;
}
