@font-face {
  font-family: 'strong';
  src: url('strong-bold.svg#strong') format('svg'),
  url('strong-bold.eot') format('embedded-opentype'),
  url('strong-bold.ttf') format('truetype'),
  url('strong-bold.woff') format('woff'),
  url('strong-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'strong';
  src: url('strong-demi.ttf') format('truetype'),
  url('strong-demi.woff') format('woff'),
  url('strong-demi.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'strong';
  src: url('strong-medium.ttf') format('truetype'),
  url('strong-medium.woff') format('woff'),
  url('strong-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}