/* Sahel Font - Local Files */
@font-face {
    font-family: 'Sahel';
    src: url('../fonts/sahel/Sahel.woff2') format('woff2'),
         url('../fonts/sahel/Sahel.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sahel';
    src: url('../fonts/sahel/Sahel-Bold.woff2') format('woff2'),
         url('../fonts/sahel/Sahel-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sahel';
    src: url('../fonts/sahel/Sahel-Black.woff2') format('woff2'),
         url('../fonts/sahel/Sahel-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت ساحل به صورت سراسری برای تمام صفحات */
html,
body {
    font-family: 'Sahel', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* اعمال فونت ساحل برای تمام عناصر */
*,
*::before,
*::after {
    font-family: inherit;
}

/* اعمال فونت ساحل برای عناصر خاص */
input,
textarea,
select,
button,
a,
span,
div,
p,
h1, h2, h3, h4, h5, h6,
label,
li,
td,
th,
option {
    font-family: 'Sahel', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

/* اطمینان از اعمال فونت برای عناصر فرم */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
select,
button {
    font-family: 'Sahel', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

