/*
Theme Name: Bisous Happening
Theme URI: https://bisoushappening.de/
Description: Custom WordPress theme for the Bisous webpage.
Author: Bisous Team
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bisous-happening
*/

/* 
ALL .css stylesheets should be imported here.
Including stylesheets here makes it so they are applied on the actual webpage (not wp-admin).
*/
/* Common styles */
@import url('styles/fonts/font-definitions.css');
@import url('styles/common/popup.css');

/* Page specific styles */
@import url('styles/pages/page.css');
@import url('styles/pages/page-engage.css');

/* Template specific styles */
@import url('styles/template-parts/footer.css');
@import url('styles/template-parts/header.css');
@import url('styles/template-parts/events.css');
@import url('styles/template-parts/sets.css');
@import url('styles/template-parts/background.css');