@font-face {
  font-family: 'Abadi MT Condensed Light';
  src: url('Abadi-MT-Condensed-Light.ttf');
}


@font-face {
  font-family: 'AmsiProCond-Bold';
  src: url('amsiprocond-bold.otf');
}
.amsi {
  font-family: 'AmsiProCond-Bold';
}
/*@font-face {
  font-family: 'Swiss721BT-RomanCondensed';
  src: url('Swiss721BT-RomanCondensed.woff') format('woff'),
       url('Swiss721BT-RomanCondensed.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'swis';
  src: url('swis.eot');
  src: url('swis.woff2') format('woff2'),
       url('swis.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Soho Gothic Pro';
  src:url('SohoGothicPro-Regular.otf');
}

@font-face {
  font-family: 'Helvetica Condensed';
  src:url('helvetica-condensed.ttf');
}

@font-face {
  font-family: 'Akrobat Regular';
  src: url('akrobat/akrobat-ff-regular.ttf')
}
@font-face {
  font-family: 'VAGRounded Lt';
  src: url('VAGROLN.TTF')
}
@font-face {
  font-family: 'Bubbleboddy Neue Trial';
  src: url('BUBBLEBODDYNEUE-REGULAR\ TRIAL.TTF');
}

@font-face {
  font-family: 'AmsiPro-Light';
  src: url('AMSIPRO-LIGHT.OTF');
}
@font-face {
  font-family: 'AmsiPro-SemiBold';
  src: url('AMSIPRO-SEMIBOLD.OTF');
}
@font-face {
  font-family: 'AmsiProCond-Black';
  src: url('/fonts/AMSIPROCOND-BLACK.OTF');
}

@font-face {
  font-family: 'Franklin Gothic Medium Cond';
  src:url('/fonts/franklin-gothic-medium-cond.ttf');
}

.abadi {
  font-family: 'Abadi MT Condensed Light' !important;
}
.akrobat {
  font-family :'Akrobat Regular' !important;
}
.swis {
  font-family: 'swis' !important;
}
.vagrounded {
  font-family: 'VAGRounded Lt';
  letter-spacing: 0.02em;
}
*/
.bolded {
  font-weight: bold;
}
.text-shaded {
  text-shadow: black 0 0;
}
.text-shaded-light {
  text-shadow: #000000dd 0 0;
}