:root {
    --primary-color: #c10019;
    --dark-red-color: #b22929;
    --secondary-color: #f4f4f4;
    --dark-color: #333;
    --light-color: #f4f4f4;
    --light-gray-color: #dcdcdc61;
    --medium-gray-color: #636363;
    --dark-gray-color: #343639;
    --dark-blue-color: #002c69;
    --blue-color-1:#138cbb;
    --orange-color: #fb8603;
    --yellow-color: #ffe368;
    --yellow-color-2: #ffea00;
    --light-yellow-color: #f5f5af;
    --light-yellow-color-2: #fff8e0;
    --light-green: #53c1002e;
    --white-color-deep: #f8f8f8;
    --light-rose-color: #ffdbdb;
}
.color-dark-blue {
    color: var(--dark-blue-color);
}