/*
Theme Name: Storefront tema hijo
Template: storefront
Author: superadmin.es
Description: Tema hijo para storefront.
*/

/*FONTS*/

@font-face { 
	font-family: Archivo_Condensed-Medium; 
	src: url(https://herbatextil.com/wp-content/themes/storefront-child/fonts/Archivo_Condensed-Medium.ttf); 
}
@font-face { 
	font-family: Archivo_Condensed-Bold; 
	src: url(https://herbatextil.com/wp-content/themes/storefront-child/fonts/Archivo_Condensed-Bold.ttf); 
}
@font-face { 
	font-family: Archivo_SemiExpanded-Medium; 
	src: url(https://herbatextil.com/wp-content/themes/storefront-child/fonts/Archivo_SemiExpanded-Medium.ttf); 
}

/*Treure header i posar marges*/
header#masthead, footer {
    display: none;
}
.separator {
	margin-top: 20%;
}
@media only screen and (max-width: 600px) {
	.separator {
		margin-top: 95%;
	}
}


/*Text handcrafted*/
.txt-mig-home {
    font-size: 20px;
    font-family: Archivo_SemiExpanded-Medium;
    line-height: 21px;
}