/**
 * 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/container.css');
@import url('common/global.css');
@import url('common/typography.css');

/**
  * Blocks styles
  * All block styles are enqueued through php (check functions.php or partials).
  * WordPress adds block stylesheets only when a specific block is used,
  * therefore the stylesheets are not overloaded with the code that is not in use.  */

/* Parts styles */
@import url('parts/footer.css');
@import url('parts/header.css');
@import url('parts/single-post-header.css');

/* Patterns styles */
@import url('patterns/404.css');
@import url('patterns/feeds.css');

/* Templates styles */
@import url('templates/single.css');
@import url('templates/single-study.css');
