
@font-face {
    font-family: kalameh;
    src: url('webfonts/woff2/yekanbakhfanum-regular.woff2');
}

@font-face {
    font-family: kalamehBold;
    src: url('webfonts/woff2/yekanbakhfanum-bold.woff2');
}

body {
    font-family: kalameh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    direction: rtl;
    min-height: 80vh;
    line-height: 2;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

* {
    font-family: kalameh;
}
