/* Basscss Responsive Typography */

@import "./lib/sm-typography";
@import "./lib/md-typography";
@import "./lib/lg-typography";

@custom-media --breakpoint-sm (min-width: 40em);
@custom-media --breakpoint-md (min-width: 52em);
@custom-media --breakpoint-lg (min-width: 64em);


