@font-face {
    font-family: yekanbakhmedium;
    src: url(/scripts/statics/yekanbakhmedium.woff);
}

@font-face {
    font-family: yekanbakhheavy;
    src: url(/scripts/statics/yekanbakhheavy.woff);
}
@font-face {
    font-family: yekanbakhheavy;
    src: url(/scripts/statics/yekanbakhbold.woff);
}
* {
    font-family: yekanbakhmedium;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff !important;
    background-image: url("/scripts/statics/dark-stripes-light.png");
}

.page-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
