/* main.css */
/* This file imports all other stylesheets for the site. */
/* Ensure this file is in the same directory as the "style" folder, */
/* or adjust the paths accordingly if it's in the "style" folder itself. */
@import url("layout.css");
@import url("fonts.css");
@import url("theme.css");
@import url("responsive.css");
@import url("animate.css");

