/* font face  acumin-pro  otf 400, 600, 700 */
@font-face {
  font-family: 'Acumin Pro';
  src: url('./acumin-pro/acumin-pro-400-normal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Acumin Pro';
  src: url('./acumin-pro/acumin-pro-600-normal.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Acumin Pro';
  src: url('./acumin-pro/acumin-pro-700-normal.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro";
  src: url('./acumin-pro/acumin-pro-300-normal.woff2') format('woff2'), url('./acumin-pro/acumin-pro-300-normal.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}