* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Corporate Soft';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./corporativesoft-regular-webfont.woff2') format('woff2'),
    url('.//corporativesoft-regular-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Corporate Soft';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./corporativesoft-regularit-webfont.woff2') format('woff2'),
    url('.//corporativesoft-regularit-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Corporate Soft';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./corporativesoft-bold-webfont.woff2') format('woff2'),
    url('.//corporativesoft-bold-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Corporate Soft';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('./corporativesoft-black-webfont.woff2') format('woff2'),
    url('.//corporativesoft-black-webfont.woff') format('woff');
}
