html {
    font-family: "Work Sans", ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
        sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
        Noto Color Emoji;
}
.bg-pink {
    background-color: #e21b4d;
}
.text-pink {
    color: #e21b4d;
}
.bg-sky-600 {
    background-color: #e21b4d;
}
.hover\:bg-sky-700:hover {
    background-color: #e21b4d;
}
.focus\:ring-sky-500:focus {
    box-shadow: none;
}
.lt-text-sky-600 {
    color: #e21b4d;
}
.focus\:ring-sky-500:focus {
    --tw-ring-color: #e21b4d !important;
}
.focus\:border-sky-500:focus {

    border-color: #e21b4d !important;
}
.border-pink {
    --tw-border-opacity: 1;
    border-color: #e21b4d !important;
}
.text-sky-500 {
    --tw-text-opacity: 1;
    color: #e21b4d !important;
}
.hover\:text-pink:hover {
    --tw-text-opacity: 1;
    color: #e21b4d !important;
}