
    /* Кастомные цвета */
    .text-custom-blue {
        color: #1997a6;
    }
    .bg-custom-blue {
        background-color: #1997a6;
    }
    .bg-custom-light-gray {
        background-color: #F8FAFB;
    }
    .border-custom-blue {
        border-color: #1997a6;
    }
    .hover-bg-custom-dark-blue:hover {
        background-color: #167e94;
    }
    .focus-ring-custom-blue:focus {
        box-shadow: 0 0 0 2px rgba(25, 151, 166, 0.5);
    }


    