@font-face {
    font-family: FS Truman;
    font-weight: bold;
    src: url("FS%20Truman-Regular.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: FS Truman;
    src: url("FS%20Truman-BoldItalic.otf") format("opentype");
    font-weight: bold;
	font-style: italic;
}
@font-face {
    font-family: FS Truman;
    src: url("FS%20Truman-Italic.otf") format("opentype");
	font-weight: normal;
	font-style: italic;
}
@font-face {
    font-family: FS Truman;
    src: url("FS%20Truman-Light.otf") format("opentype"),url('FSTruman-Light.ttf') format('truetype');
    font-weight: 300;
	font-style: normal;
}
@font-face {
    font-family: FS Truman;
    font-weight: bold;
    src: url("FS%20Truman-LightItalic.otf") format("opentype");
    font-weight: 300;
	font-style: italic;
}
@font-face {
    font-family: FS Truman;
    font-weight: bold;
    src: url('FSTruman-Bold.ttf') format('truetype');
    font-weight: bold;
	font-style: normal;
}