@font-face {
  font-family: 'Rotis';
  src: url('RotisSansSerif.woff') format('woff'),
       url('RotisSansSerif.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rotis';
  src: url('RotisSansSerifStd-Bold.eot') format('embedded-opentype');
  src: url('RotisSansSerifStd-Bold.eot?#iefix') format('embedded-opentype'), 
      url('RotisSansSerifStd-Bold.svg#RotisSansSerifStd-Bold') format('svg'),url('RotisSansSerifStd-Bold.ttf')format('truetype');
  
 font-weight: bold;
  font-style: normal;
  font-display: swap; 
}
@media all {
  body, table, input, label, select, select option, textarea, form .select-custom-multi .select-box, form .select-custom-multi .select-option .custom-checkbox-label, form .select-custom-multi .select-option {
    font-family: "Rotis";
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: clamp(1rem, 1.6406rem + 1.7969vw, 1.1875rem);
    line-height: clamp(1.5rem, 1.6406rem + 1.7969vw, 1.5rem);
    padding: 0;
    margin: 0;
  }
}

@font-face {
  font-family: 'RotisSansSerifStd';
  src: url('RotisSansSerif.woff') format('woff'),
       url('RotisSansSerif.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}