/**
 * phpMyFAQ 4.0 default layout
 *
 * This Source Code Form is subject to the terms of the Mozilla Public License,
 * v. 2.0. If a copy of the MPL was not distributed with this file, You can
 * obtain one at https://mozilla.org/MPL/2.0/.
 *
 * @package   phpMyFAQ
 * @author    Thorsten Rinne <thorsten@phpmyfaq.de>
 * @copyright 2010-2026 phpMyFAQ Team
 * @license   https://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
 * @link      https://www.phpmyfaq.de
 * @since     2010-01-17
 */

@import '../../../node_modules/bootstrap/scss/functions';
@import '../../../node_modules/bootstrap/scss/variables';

// Import Bootstrap
@import '../../../node_modules/bootstrap/scss/bootstrap';

// Import global styles
@import 'global';

// Bootstrap Icons
@import '../../../node_modules/bootstrap-icons/font/bootstrap-icons';

// Cookie Consent
@import 'vanilla-cookieconsent/dist/cookieconsent.css';
@import 'layout/cookie-custom';

// Highlight.js
@import '../../../node_modules/highlight.js/styles/github-dark.css';

// Layouts
@import 'layout/autocomplete';
@import 'layout/category';
@import 'layout/faq';
@import 'layout/navigation';
@import 'layout/search';
@import 'layout/setup';
@import 'layout/startpage';
@import 'layout/theme-switcher';

$enable-gradients: true;
$enable-shadows: true;
