
@font-face {
  font-family: 'Ruda';
  font-weight: 100;
  src: url('../fonts/Ruda/Ruda-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Ruda';
  font-weight: 300;
  src: url('../fonts/Ruda/Ruda-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Ruda';
  font-weight: 500;
  src: url('../fonts/Ruda/Ruda-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Ruda';
  font-weight: 700;
  src: url('../fonts/Ruda/Ruda-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Ruda';
  font-weight: 800;
  src: url('../fonts/Ruda/Ruda-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Ruda';
  font-weight: 900;
  src: url('../fonts/Ruda/Ruda-Black.ttf') format('truetype');
}