/* استدعاء خط Somar Sans من cdnfonts بدون أي نسخة مائلة */
@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Somar Sans'), url('/files/SomarSans-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 100;
  src: local('Somar Sans'), url('https://fonts.cdnfonts.com/s/90887/SomarSans-Thin.woff') format('woff');
}
@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 200;
  src: local('Somar Sans'), url('https://fonts.cdnfonts.com/s/90887/SomarSans-ExtraLight.woff') format('woff');
}
@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Somar Sans'), url('https://fonts.cdnfonts.com/s/90887/SomarSans-Light.woff') format('woff');
}
@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Somar Sans'), url('https://fonts.cdnfonts.com/s/90887/SomarSans-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Somar Sans'), url('https://fonts.cdnfonts.com/s/90887/SomarSans-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Somar Sans'), url('https://fonts.cdnfonts.com/s/90887/SomarSans-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Somar Sans'), url('https://fonts.cdnfonts.com/s/90887/SomarSans-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 900;
  src: local('Somar Sans'), url('https://fonts.cdnfonts.com/s/90887/SomarSans-Black.woff') format('woff');
}

/* تعيين الخط الافتراضي لجميع الصفحات */
html, body {
  font-family: 'Somar Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  direction: rtl;
  text-align: right;
  background-color: #f9f9f9;
  color: #222;
  margin: 0;
  padding: 0;
}

/* تحسين العناوين */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Somar Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #1a1a1a;
}

/* تحسين الفقرات والنصوص */
p, span, li, a, button, input, textarea {
  font-family: 'Somar Sans', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 15px;
}

/* أزرار */
button, .btn {
  font-family: 'Somar Sans', sans-serif;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
}

/* النماذج */
input, select, textarea {
  font-family: 'Somar Sans', sans-serif;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* منع الخط المائل */
* {
  font-style: normal !important;
}