/**
 * 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');

 /* Parts styles */
 @import url('parts/footer.css');

 /* Blocks styles */
 @import url('blocks/gravity-forms.css');

