@font-face {
  font-family: 'Favela';
  src: url('../Fonts/Favela-Thin.woff2') format('woff2'),
       url('../Fonts/Favela-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;	
}



@font-face {
  font-family: 'Favela';
  src: url('../Fonts/Favela-Light.woff2') format('woff2'),
	   url('../Fonts/Favela-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;	
}



@font-face {
  font-family: 'Favela';
  src: url('../Fonts/Favela-Regular.woff2') format('woff2'),
       url('../Fonts/Favela-Regular.woff') format('woff');	  
  font-weight: 400;
  font-style: normal;
  font-display: swap;	
}





@font-face {
  font-family: 'Favela';
  src: url('../Fonts/Favela-Medium.woff2') format('woff2'),
	   url('../Fonts/Favela-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;	
}



@font-face {
  font-family: 'Favela';
  src: url('../Fonts/Favela-SemiBold.woff2') format('woff2'),   
	   url('../Fonts/Favela-SemiBold.woff') format('woff');	 
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}