/* Import fonts */
@font-face {
  font-family: 'Expose Regular';
  src: url('./Expose-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Expose Medium';
  src: url('./Expose-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Expose Bold';
  src: url('./Expose-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}