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

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

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

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

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

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

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