@import url('https://fonts.googleapis.com/css?family=Allura');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
@import url("narrow.css") only screen and (max-width:525px);
@import url("mobile.css") only screen and (min-width:526px) and (max-width:1024px);
@import url("landscape.css") only screen and (max-height:451px);
@import url("desktop.css") screen and (min-width:1025px);

