@font-face {
  font-family: 'Rockwell';
  src: url('Rockwell-Bold.woff2') format('woff2'),
       url('Rockwell-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Rockwell';
  src: url('Rockwell.woff2') format('woff2'),
       url('Rockwell.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rockwell';
  src: url('Rockwell-ExtraBold.woff2') format('woff2'),
       url('Rockwell-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

