* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

 button, input, textarea, select {
    font-family: Fira Code, vazir, sans-serif;
 }
 a {
    text-decoration: none;
    color: white;
 }
 ul {
    list-style-type: none;
 }
@font-face {
    font-family: Fira Code;
    src: url("../assets/fonts/FiraCode-VariableFont_wght.ttf") format("turetype");
}  
