/*
 * RERO angular core
 * Copyright (C) 2024 RERO
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, version 3 of the License.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

$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;
}
