/**
 * Theme Name: Semplice Salerno
 * Theme URI: https://semplicesalerno.it
 * Author: arcadia
 * Author URI: https://www.arcadiacom.it
 * Template: astra
 * Version: 1.0
*/
@import "font/stylesheet-font.css";

:root{
	--color-fucsia:#B72064;
	--color-giallo:#FAEE36;
	--color-rosa: #f6f0e6;
	--font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

/* FONT */
body, button, input, select, textarea, .ast-button, .ast-custom-button{font-family:var(--font-family) !important}


/* CREDIT */
.credit {width: 100%; position: relative; text-align:right; overflow: hidden; height: 13px}
.credit a{width: 52px; height: 13px; float: right}
.credit a img {position: absolute; top: -26px; right: 0; width:52px}
.credit a:hover img {top: 0; right: 0} 