
@font-face {
    font-family: 'steelfish';
    src: url('../fonts/steelfish/steelfish-regular.otf');
    font-weight: 400;
  }
  
  @font-face {
    font-family: 'steelfish';
    src: url('../fonts/steelfish/steelfish-bold.otf');
    font-weight: 700;
  }
  
  @font-face {
    font-family: 'steelfish';
    src: url('../fonts/steelfish/steelfish-extrabold.otf');
    font-weight: 900;
  }
  

  
@font-face {
  font-family: 'sarpanch';
  src: url('../fonts/sarpanch/sarpanch-regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'sarpanch';
  src: url('../fonts/sarpanch/sarpanch-medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'sarpanch';
  src: url('../fonts/sarpanch/sarpanch-semiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'sarpanch';
  src: url('../fonts/sarpanch/sarpanch-bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'sarpanch';
  src: url('../fonts/sarpanch/sarpanch-extraBold.ttf');
  font-weight: 800;
}


@font-face {
  font-family: 'helvatica';
  src: url('../fonts/helvatica/helvatica-regular.otf');
  font-weight: 400;
}

@font-face {
  font-family: 'helvatica';
  src: url('../fonts/helvatica/helvatica-semimedium.otf');
  font-weight: 500;
}

@font-face {
  font-family: 'helvatica';
  src: url('../fonts/helvatica/helvatica-medium.otf');
  font-weight: 600;
}

@font-face {
  font-family: 'flashback';
  src: url('../fonts/flashback/flashback.ttf');
}

@font-face {
  font-family: 'georgia';
  src: url('../fonts/georgia/georgia.ttf');
}