/* Desktop */
@import url("ff_desktop.css");
/* Phone */
@import url("ff_phone.css") only screen and (max-width:480px);
/* Tablet */
@import url("ff_tablet.css") only screen and (min-width:480px) and (max-width:768px);
