@font-face {
  font-family: 'EnterpriseSans';
  src: url('./EnterpriseSans-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EnterpriseSans';
  src: url('./EnterpriseSans-RegularItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'EnterpriseSans';
  src: url('./EnterpriseSans-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
