@font-face {
    font-family: YekanBakh;
    src: url("../Fonts/YekanBakh/YekanBakh-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: YekanBakh;
    src: url("../Fonts/YekanBakh/YekanBakh.ttf");
    font-weight: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../Fonts/Roboto/Roboto-Bold.ttf");
    font-weight: bold;
}

* {
    font-family: YekanBakh;
}


h1,h2,h3,h4,h5,h6{
    font-family: YekanBakh;
    font-weight: bold;
}

.container_center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

