/* تعریف فونت سفارشی شبنم */  
@font-face {  
  font-family: 'Shabnam';  
  src: url('/static/fonts/Shabnam.ttf') format('truetype');
  src: url('/static/fonts/Shabnam.woff') format('woff'); /* آدرس فایل فونت شبنم */  
  font-weight: normal;  
  font-style: normal;  
}  

body {  
  font-family: 'Shabnam', sans-serif; /* استفاده از فونت شبنم برای کل بدنه */  
}  