/* css/main.css */

@import url("main/variables.css"); /*--- Import the variables.css file for repeating css (like the background color and fonts) ---*/
@import url("main/avarage_css.css"); /*--- css for things that are on every page or that thing that are not specialy modifyd ---*/
@import url("main/menu_and_footer.css"); /*--- css for footer and the menu ---*/

