@font-face {
    font-family: "Yekan";
    src: url(./assets/fonts/yekan.ttf);
}

body {
    margin: 0;
    box-sizing: border-box;
    font-size: 20px;
}


.loading {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading__image {
    position: relative;
    bottom: 3rem;
}

.loading__image img {
    width: 10rem;
    height: 10rem;
}
.loading__text {
    font-family: Yekan;
    font-weight: 500;
    text-align: center;
    line-height: 3rem;
    font-size: 20px;
}

.loading__text__second {
    font-size: 15px;
}

.loading__text__version {
    font-size: 10px;
}

/* 
@media screen and (min-width:1024px) {
    body {
        font-size: 15px;
    }
    .loading__text__second {
        font-size: 10px;
    }
} */