@font-face {
  font-family: 'primary';
  font-style: normal;
  font-weight: 300;
  src: url('../assets/fonts/IBMPlexSansArabic-Light.ttf') format('truetype');
}

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

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

body {
  font-family: 'primary', sans-serif;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#themeToggle {
  font-size: 1.3rem;
  line-height: 1;
}

ul, ol {
  padding-right: 1.5rem; /* for RTL layout */
  list-style-type: disc;
}

li > p {
  display: inline;
  margin-bottom: 0;
}

li {
  margin-bottom: 0.5rem;
}


