/* desktop css */
@import url("desktop.css") screen;
/* desktop css */
@import url("desktop-liquid.css") screen and (min-width: 769px) and (max-width: 1024px);
/* tablet css */
@import url("tablet.css") screen and (min-width: 481px) and (max-width: 768px);
/* smartphone css */
@import url("smartphone.css") screen and (max-width: 480px);

/* stampa css */
/* @import url("print.css") print; */
