@font-face {
  font-family: 'BentonSans Regular';
  src:url('BentonSans%20Regular.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face{
font-family: "BentonSans Medium";
src: url("BentonSans Medium.otf");
}

@font-face{
font-family: "BentonSans Book";
src: url("BentonSans Book.otf");
}

@font-face{
font-family: "BentonSans Bold";
src: url("BentonSans Bold.otf");
}

@font-face{
font-family: "BentonSans Black";
src: url("BentonSans Black.otf");
}

@font-face{
font-family: "BentonSans Comp Regular";
src: url("BentonSans Comp Regular.otf");
}

@font-face{
font-family: "BentonSans Comp Black";
src: url("BentonSans Comp Black.otf");
}