@font-face {
  font-family: 'industry-thin';
  src: url('/fonts/industry/Industry-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'industry-light';
  src: url('/fonts/industry/Industry-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'industry-book';
  src: url('/fonts/industry/Industry-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'industry-medium';
  src: url('/fonts/industry/Industry-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'industry-demi';
  src: url('/fonts/industry/Industry-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'industry-bold';
  src: url('/fonts/industry/Industry-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'industry-black';
  src: url('/fonts/industry/Industry-Black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'industry-ultra';
  src: url('/fonts/industry/Industry-Ultra.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'industry-book';
}
