@font-face {
    font-family: font-iran;
    src: url(https://passenger-pwa-cdn.snapp.ir/fonts/Iran-sans-fa/fa-Iran-sans-web-bold.woff2);
}
body{
    direction: rtl;
    font-family: font-iran;
}
a{
    text-decoration: none;
    color: #3f3f3f;
}
.font-coler{
    color: #404040;
}
.h-100{
    height: 100%;
}
.h-50{
    height: 50%;
}
.h-25{
    height: 25%;
}
.w-100{
    width: 100%;
}
.w-50{
    width: 50%;
}
.w-25{
    width: 25%;
}
.background-g{
    background-color: #21aa58;
}
.hover-coler{
    color: #00d170;
}
.button{
    background-color: #00d170;;
}
.background-icon-b{
    background-color: #f2f5f8;
}
