/**
 * Copyright 2025 Q-CTRL. All rights reserved.
 *
 * Licensed under the Q-CTRL Terms of service (the "License"). Unauthorized
 * copying or use of this file, via any medium, is strictly prohibited.
 * Proprietary and confidential. You may not use this file except in compliance
 * with the License. You may obtain a copy of the License at
 *
 *    https://q-ctrl.com/terms
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS. See the
 * License for the specific language.
*/
@import "tailwindcss";

@import "./theme/color.css";
@import "./theme/font.css";
@import "./theme/typography.css";
@import "./theme/box-shadow.css";
@import "./theme/height.css";
@import "./theme/width.css";

@import "./utility/scrollbar.css";
@import "./utility/ligatures.css";

@import "./base/color.css";
@import "./base/typography.css";

@custom-variant dark (&:where([class~="dark"], [class~="dark"] *));
