@import url('tachyons.min.css');
@import url('tachyons-print.min.css');

/*
 HYPHENS
*/
.hyphen-none { -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; }
.hyphen-manual { -webkit-hyphens: manual; -ms-hyphens: manual; hyphens: manual; }
.hyphen-auto { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
@media screen and (min-width: 48em) {
.hyphen-none-ns { -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; }
.hyphen-manual-ns { -webkit-hyphens: manual; -ms-hyphens: manual; hyphens: manual; }
.hyphen-auto-ns { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
}
@media screen and (min-width:48em) and (max-width: 64em) {
.hyphen-none-m { -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; }
.hyphen-manual-m { -webkit-hyphens: manual; -ms-hyphens: manual; hyphens: manual; }
.hyphen-auto-m { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
}
@media screen and (min-width: 64em) {
.hyphen-none-l { -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; }
.hyphen-manual-l { -webkit-hyphens: manual; -ms-hyphens: manual; hyphens: manual; }
.hyphen-auto-l { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
}