/* Import universal settings */
@import url("../core/style.css");

/* Import styling for the blog */
@import url("../pages/blog.css");

/* Import general settings */
@import url("general.css");

/* Import header styling */
@import url("header.css");

/* Import styling for the sidebar */
@import url("sidebar.css");

/* Import styling for the div#top */
@import url("top.css");

/* Import styling for the div#main */
@import url("main.css");

/* Import styling for the div#footer */
@import url("footer.css");
