/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Barlow|Barlow+Condensed|Proza+Libre');

@import url("phone.css") only screen and (max-width:481px);
/* Tablet */
@import url("tablet.css") only screen and (min-width:481px) and (max-width:768px);
/* Desktop */
@import url("desktop.css") only screen and (min-width:768px);
