﻿:root {
    --primary-color: #1f2d42;
    --secondary-color: #DEF2F1;
    --bg-white-color: #fff;
    --background-gray: #f5f5f5;
    --button-primary-color:;
    --button-secondary-color:;
    --text-primary-color: #000000;
    --text-secondary-color: #4b4b4b;
    --heading-primary-color: #1f2d42;
    --heading-secondary-color:;
    --border-color: #e1e2e4;
    --third-color: #ff642e;
}

.icons-color img {
    /* background: rgb(255 93 58); */
    background: #ff642e !important;
    border-radius: 51% !important;
}