@font-face {
  font-family: 'Ubuntu';
  font-weight: 700;
  src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-weight: 500;
  src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-weight: 400;
  src: url('../fonts/Ubuntu.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-weight: 300;
  src: url('../fonts/Ubuntu-Light.ttf') format('truetype');
}
