@font-face {
    font-family: 'osmantaha';
    src: url('../fonts/osmantaha.ttf') format('truetype');
}


* {
    font-family: "Vazirmatn", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
    font-family: "Vazirmatn", sans-serif;
    margin: 0;
    padding: 0;
    direction: ltr;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #00805f;
    text-align: center;
    height: 100%;
}

.body {
    font-family: "Vazirmatn", sans-serif;
    margin: 20% 0 0 0;
    padding: 0;
    font-size: 6vw;
    direction: rtl;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    background: #00805f;
    text-align: center;
    height: 100%;
}

.content {
    font-family: "Vazirmatn", sans-serif;
    background: #f5ffc8;
    padding: 5vh 5vw;
    border-radius: 4vw;
    box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.2);
    width: 80%;
    max-width: 600px;
    color: #b5174a;
}

h1 {
    font-family: "Vazirmatn", sans-serif;
   font-size: 4vw;
}

p {
    font-family: "Vazirmatn", sans-serif;
    font-size: 6vw;
}


form {
    font-family: "Vazirmatn", sans-serif;
    margin: 2vh 0;
}


a {
    font-family: "Vazirmatn", sans-serif;
    font-size: 6vw;
    color: #2b5525;
}

.arabic {
     font-family: 'osmantaha', sans-serif;
    text-align: center;
    color: #1c5254;
    font-weight: 800;
}

.farsi {
    font-family: "Vazirmatn", sans-serif;
    font-size: 3vw;
    text-align: center;
    color: #55a630;
}

.goftar {
    font-family: "Vazirmatn", sans-serif;
    font-size: 3vw;
    text-align: center;
    color: #b5174a;
}

@media (max-width: 768px) {
    div {
        font-family: "Vazirmatn", sans-serif;
        font-size: 8vw;
    }

    h1 {
        font-family: "Vazirmatn", sans-serif;
        font-size: 4vw;
    }

    p,
    a,
    .count {
        font-family: "Vazirmatn", sans-serif;
        font-size: 8vw;
    }

    input,
    button {
        font-family: "Vazirmatn", sans-serif;
        font-size: 8vw;
        width: 80%;
    }
}