/**
 * 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.
 */
@theme {
  --font-sans: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-serif: Georgia, Cambria, "Times New Roman", Times, serif;
  --font-display: Satoshi, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-mono:
    "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}
