/**
 * Zain Font - Self-hosted for performance
 * Regular (400) and Bold (700) weights
 */

@font-face {
  font-family: 'Zain';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('zain-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Zain';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('zain-700.ttf') format('truetype');
}
