@font-face {
  font-family: 'Iran Sana';
  src:
    url('../fonts/IranSans/IRANSANS.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Reddit Mono';
  src:
    url('../fonts/RedditMono/RedditMono-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body * {
  font-family: 'Iran Sana';
}

.en-alpha {
  font-family: 'Reddit Mono' !important;
}