@font-face {
    font-family: 'RudawRegular';
    src: url('assets/font/rudawregular2.ttf') format('truetype'); /* Adjust the path as necessary */
}

body {
    font-family: 'RudawRegular', sans-serif;
}
  
  .rudaw-regular {
  font-family: 'RudawRegular', sans-serif; /* Fallback to sans-serif in case the font fails to load */
}