/*
 * SPDX-FileCopyrightText: Fondation RERO+
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

$callout-variants: info, success, warning, danger;

:root {
  // Blue: #2563eb
  --callout-color-info: 37, 99, 235;
  // Green #22c55e
  --callout-color-success: 34, 197, 94;
  // Yellow #eab308
  --callout-color-warning: 234, 179, 8;
  // Red: #ff3d32
  --callout-color-danger: 255, 61, 50;
}
