@font-face {
    font-family: Theinhardt;
    src: url(../../FONTS/Theinhardt-Regular.otf);
    font-weight:400;
}
@font-face {
    font-family: Theinhardt Bold;
    src: url(../../FONTS/Theinhardt-Bold.otf);
    font-weight:bold;
}

html,body {
		font-family: Theinhardt, Arial !important;
}