/*
 * Bootstrap color overrides.
 *
 * Change values here to customize your Bootstrap theme colors.
 * Keep the RGB values in sync with the hex colors.
 */
:root,
[data-bs-theme="light"] {
    --bs-primary: #0d6efd;
    --bs-primary-rgb: 13, 110, 253;

    --bs-secondary: #6c757d;
    --bs-secondary-rgb: 108, 117, 125;

    --bs-success: #198754;
    --bs-success-rgb: 25, 135, 84;

    --bs-info: #0dcaf0;
    --bs-info-rgb: 13, 202, 240;

    --bs-warning: #ffc107;
    --bs-warning-rgb: 255, 193, 7;

    --bs-danger: #dc3545;
    --bs-danger-rgb: 220, 53, 69;

    --bs-light: #f8f9fa;
    --bs-light-rgb: 248, 249, 250;

    --bs-dark: #212529;
    --bs-dark-rgb: 33, 37, 41;

    --bs-link-color: #c00;
    --bs-link-color-rgb: 204, 0, 0;
}