@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/RobotoCondensed-Light.ttf');
  src: local('RobotoCondensed-Light'), url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/RobotoCondensed-Bold.ttf');
  src: local('RobotoCondensed-Bold'), url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
}