/* Alambre Estudio Gr‡fico
   www.alambre.net
   //
   Estilos GIDA CARD CSS+XHTML
   Fuentest
   Febrero 2021
   
   Plantilla
*/


/* Estilos de fonts Musee */

@font-face { font-family: musRegular; 
  src: url('fonts/gida-norm.eot');
	src: local('?'), url('fonts/gida-norm.woff') format('woff'), url('fonts/gida-norm.ttf') format('truetype'), url('fonts/gida-norm.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 
@font-face { font-family: musBold; 
	src: url('fonts/gida-black.eot');
	src: local('?'), url('fonts/gida-black.woff') format('woff'), url('fonts/gida-black.ttf') format('truetype'), url('fonts/gida-black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 

@font-face { font-family: static; 
	src: url('fonts/static_regular.eot');
	src: local('?'), url('fonts/static_regular.woff') format('woff'), url('fonts/static_regular.ttf') format('truetype'), url('fonts/static_regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 

body, body .mus_regular{
	font-family: musRegular;
}
body .font_bold, body b{
	font-family: musBold;
}
