@font-face{
    font-family: "Material Icons Outlined";
    src: url('../fonts/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI(1).woff2');
}
@font-face{
    font-family: "Vazir";
    src: url('../fonts/Vazir-Bold.ttf');
}
.material-icons-outlined{
    font-family: "Material Icons Outlined";
    font-size: 15px;
}
body{
    font-family: "Vazir";
    background-color: #eee;
}
main{
    width: 780px;
    min-width: 250px;
}
.badge{
    font-size: 25px;
}
.body{
    background-color: #e9f7e8;
}
.mt-8{
    margin-top: 5rem;
}
@media screen and (max-width: 500px){
    main{
        width: 100%;
    }
}