/* Theme Core CSS */
@import url("theme_header.css");
@import url("theme_footer.css");
@import url("theme_colors.css");
@import url("theme_fonts.css");
@import url("theme_404.css");
@import url("theme_archive.css");
@import url("theme_single.css");
@import url("theme_sidebar.css");
@import url("theme_page_transition.css");

/* Theme Addons CSS */
@import url("theme_preloader.css");
@import url("theme_cookiebar.css");				/* Activate the HTML-Code in footer.php in line 89 */
@import url("theme_to_top.css");

@import url("theme_header_offcanvas.css");
/* Activate the script in js/theme.js in line 100, rename header.php in whateveryouwant.php and rename header-offcanvas.php into header.php */

/* Content CSS - Add as much as you want*/
@import url("custom.css");

body{
    font-family: 'Montserrat', sans-serif;
}
body img{
    max-width:100%;
}