/* 
    This project was created by OnlyLuka, Elio Roy, and Arthur Gully.
    All rights to the code and content of this project are reserved for 
    the original creators. This project is intended for internal use 
    at the high school student lounge only. Any commercial use or 
    redistribution is strictly prohibited.

    The project is licensed under the GPL v3, allowing the following:
    - You can use, study, and share this code for non-commercial purposes.
    - You can modify the code, as long as it's not for profit.

    Any commercial use or use in a business setting is not allowed unless 
    explicitly authorized by the original authors. Redistribution for 
    commercial purposes is strictly forbidden.

    For more information on the license, refer to the LICENSE file.
*/


/* Main CSS file that imports all modules */
@import 'base.css';
@import 'header.css';
@import 'search.css';
@import 'music-list.css';
@import 'vote.css';
@import 'utilities.css';
@import 'responsive.css';
@import 'navigation.css';
@import 'log.css'