/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.

.text-accent-500 {
    color: #ff2bd5da !important;
    text-shadow: 0 0 8px rgba(255, 43, 213, 0.473),
                 0 0 20px rgba(255, 43, 214, 0.5);
}

.bg-accent-500 {
    background-color: #ff2bd585 !important;
    box-shadow: 0 0 15px rgba(255, 43, 214, 0.45);
}

.border-accent-500 {
    border-color: #ff2bd5a8 !important;
    box-shadow: 0 0 10px rgba(255, 43, 214, 0.4);
}
*/