﻿/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&family=Tajawal:wght@200;300;400;500;700;800;900&family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');*/

@font-face {
    font-family: 'Cairo';
    /*src: url('../fonts/Cairo.ttf') format('truetype');*/
    src: url('../fonts/ArbFONTS-BoutrosMBCDinkum-Medium.ttf') format('truetype');
}


:root {
    /* الخط العربي الافتراضي */
    --arabic-font: 'Cairo', system-ui;
    --base-font-size: 1.1rem; /* الحجم الأساسي الافتراضي 1rem = 16px → الآن 1.1rem = 17.6px */
}

html, body {
    font-family: var(--arabic-font);
    font-size: var(--base-font-size);
    line-height: 1.9;
}

/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/


.zain-extralight {
    font-family: "Zain", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.zain-light {
    font-family: "Zain", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.zain-regular {
    font-family: "Zain", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zain-bold {
    font-family: "Zain", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.zain-extrabold {
    font-family: "Zain", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.zain-black {
    font-family: "Zain", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.zain-light-italic {
    font-family: "Zain", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.zain-regular-italic {
    font-family: "Zain", sans-serif;
    font-weight: 400;
    font-style: italic;
}


.noto-sans-arabic-<uniquifier > {
    font-family: "Noto Sans Arabic", sans-serif;
    font-optical-sizing: auto;
    /*font-weight: <weight>;*/
    font-style: normal;
    font-variation-settings: "wdth" 100;
}


.tajawal-extralight {
    font-family: "Tajawal", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.tajawal-light {
    font-family: "Tajawal", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.tajawal-regular {
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tajawal-medium {
    font-family: "Tajawal", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.tajawal-bold {
    font-family: "Tajawal", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.tajawal-extrabold {
    font-family: "Tajawal", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.tajawal-black {
    font-family: "Tajawal", sans-serif;
    font-weight: 900;
    font-style: normal;
}


/* <weight > : Use a value from 100 to 900
<uniquifier > : Use a unique and descriptive class name*/

.alexandria {
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/*
    // <weight>: Use a value from 200 to 1000
// <uniquifier>: Use a unique and descriptive class name
*/
.cairo {
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

/*body {
    font-family: "Cairo", sans-serif !important;
    font-optical-sizing: auto !important;*/
    /*font-size: 16px !important;*/
}

h1 h2 h3 h4 h5 h6 {
    font-family: "Cairo" !important;
}

p {
    font-family: "Cairo" !important;
}

/*html {*/
    /*font-size: 14px;*/
    /*font-family: "Cairo" !important;
}*/

.sidebar-link sidebar-title active {
    font-family: "Cairo" !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
    font-family: "Cairo" !important;
    letter-spacing: unset !important;
}

.card-header-my {
    background-color: #0124c2 !important;
    color: #fff !important;
    font-family: "Cairo" !important;
}

.btn {
    font-family: "Cairo" !important;
}

.badge {
    font-family: "Cairo" !important;
}