@font-face {
  font-family: 'Noto Sans Arabic';
  font-style: normal;
  font-weight: 100 900; /* Define the range of weights */
  src: url('../fonts/noto.ttf') format('truetype');
  /* Add more src lines for other weights/styles if needed */
  font-display: swap; /* Optional: improves loading experience */
}