@font-face {
  font-family: "Vodafone Light";
  font-weight: 100 200;
  src: url('../../assets/fonts/VodafoneRg-Light.ttf');
}
@font-face {
  font-family: "Vodafone Regular";
  font-weight: 300 500;
  src: url('../../assets/fonts/VodafoneRg-Regular.ttf');
}
@font-face {
  font-family: "Vodafone Bold";
  font-weight: 600 800;
  src: url('../../assets/fonts/VodafoneRg-Bold.ttf');
}
@font-face {
  font-family: "Vodafone ExtraBold";
  font-weight: 800;
  src: url('../../assets/fonts/VodafoneRg-ExtraBold.ttf');
}
strong {
  font-family: 'Vodafone Bold', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
}