
/* Regular */
@font-face {
  /* font-family: 'RockwellNova'; */
  font-family: 'Rockwell'; /* 1 dec (wellmax 2.0)  */
  src: url('Rock.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Bold Italic */
@font-face {
  /* font-family: 'RockwellNova'; */
  font-family: 'Rockwell'; /* 1 dec (wellmax 2.0)  */
  src: url('Rockwell-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
