/* 'blog' imports for available devices */

/* Base */
@import url("blog.css?1577440020");

/* Large desktop */
@import url("desktop/blog.css?1577440020") (min-width: 1200px);

/* Big tablets */
@import url("tablet/blog.css?1577440020") (min-width: 992px) and (max-width: 1200px);

/* Small tablets */
@import url("small-tablet/blog.css?1577440020") (min-width: 768px) and (max-width: 991px);

/* Phones */
@import url("phone/blog.css?1577440020") (max-width: 767px);
