/**
 * Main CSS File
 *
 * This file serves as the main entry point for the CSS of the website. It includes other partial files
 * that collectively define the global styles and layout of the website.
 *
 * To make changes to the global styles, modify the appropriate partial files and recompile the CSS.
 * Avoid making direct changes to this file unless necessary.
 *
 * To edit the global styles in Full Site Editor and Blocks, modify theme.json file.
 *
 */

 /* Common styles */
 @import url('common/variables.css');
 @import url('common/global.css');
 @import url('common/navigation.css');

/* Pattern styles */
@import url('patterns/contact.css');
@import url('patterns/featured.css');
@import url('patterns/header.css');
@import url('patterns/heroes.css');
@import url('patterns/hidden.css');
@import url('patterns/footer.css');
@import url('patterns/lists.css');
@import url('patterns/text.css');
@import url('patterns/wrappers.css');
