@font-face {
  font-family: 'black_jackregular';
  src: url('../fonts/blackjack.ttf');
  font-weight: normal;
  font-style: normal;
}
.blackjack{
  font-family: black_jackregular,script,sans-serif;
}
@font-face {
  font-family: 'bookman_old_style';
src:url('../fonts/BOOKOS.TTF');
}
.bookman{
  font-family: 'bookman_old_style';
}
@font-face {
  font-family: 'EBGaramond-VariableFont_wght';
  src: url('../fonts/EBGaramond-VariableFont_wght.ttf');
}
.garamond{
  font-family: EBGaramond-VariableFont_wght;
}

.sanserif{font-family:arial,helvetica,sans-serif}
.serif{font-family:"Times New Roman",Times,serif}
.f-right{float:right}
.f-left{float:left}
.kindabold{font-weight:600}
.smcaps{font-variant:small-caps}
.bold{font-weight:700}
.italic{font-style:italic}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.smtext{font-size:14px}