@charset "utf-8";
/* CSS Document */

.font_normal {
  font-family: 'Old Standard TT' !important;
  font-style:  normal;
  font-weight: 400;
}
.font_italic {
  font-family: 'Old Standard TT' !important;
  font-style:  italic;
  font-weight: 400;
}
.font_bold {
  font-family: 'Old Standard TT' !important;
  font-style:  normal;
  font-weight: 700;
}
