/* ========================================
   Tabshoor Font - Cross Browser Compatible
   Add this ONE line to index.html <head>:
   <link rel="stylesheet" href="assets/fonts/font.css" />
======================================== */

@font-face {
  font-family: 'Tabshoor';
  src:
    url('Tabshoor.woff2') format('woff2'),   /* Chrome 36+, Firefox 39+, Safari 12+, Edge 17+ */
    url('Tabshoor.woff')  format('woff'),    /* Chrome 5+,  Firefox 3.6+, IE 9+, Safari 5.1+ */
    url('Tabshoor.ttf')   format('truetype'); /* Fallback for very old browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Show fallback font instantly, swap when Tabshoor loads */
}
