﻿:root {
    --font-family: 'Poppins', sans-serif;
    --font-size: 16px;
    --font-weight: 400;
    --white-color: #ffffff;
    --black-color: #15161a;
    --gray-color: #2a2d34;
    --dark-gray-color: #1e1f25;
    --darker-gray-color: #1b1b21;
    --accent-color: #02b2fe;
    --accent-color-muted: rgba(2, 178, 254, 0.16);
    --text-color: #ffffff;
}

.text-danger,
.text-danger ul li {
    color: #ff6f61 !important;
}

.text-red-500,
.text-red-500 ul li {
    color: rgb(239 68 68 / var(--tw-text-opacity))
}

