/*!
 * CoreUI PRO - HTML, CSS, and JavaScript UI Components Library
 * @version v4.0.1
 * @link https://coreui.io/pro/
 * Copyright (c) 2021 creativeLabs Łukasz Holeczek
 * License (https://coreui.io/pro/license/)
 */

@import "functions";
@import "variables";
// Prevent the usage of custom properties since we don't add them to `:root` in reboot
$font-family-base: $font-family-sans-serif; // stylelint-disable-line scss/dollar-variable-default
$font-family-code: $font-family-monospace; // stylelint-disable-line scss/dollar-variable-default
@import "mixins";
@import "reboot";
