@font-face {
     font-family: "PT Sans";
     font-weight: bold;
     src: url("../font/pt-sans/PTSans-Bold.ttf");
}

@font-face {
     font-family: "PT Sans";
     font-style: italic;
     font-weight: bold;
     src: url("../font/pt-sans/PTSans-BoldItalic.ttf");
}

@font-face {
     font-family: "PT Sans";
     font-style: italic;
     font-weight: normal;
     src: url("../font/pt-sans/PTSans-Italic.ttf");
}

@font-face {
     font-family: "PT Sans";
     font-weight: normal;
     src: url("../font/pt-sans/PTSans-Regular.ttf");
}

.lh-20 {
     line-height: 20px;
}

.text-indent {
     text-indent: 75px;;
}

.text-justify {
     text-align: justify;
}