@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('../fonts/dana-fanum-medium.woff') format('woff');
}

@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url('../fonts/dana-fanum-regular.woff') format('woff');
}

@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: 800;
    font-display: auto;
    src: url('../fonts/dana-fanum-bold.woff') format('woff');
}

@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url('../fonts/dana-fanum-black.woff') format('woff');
}

@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: 200;
    font-display: auto;
    src: url('../fonts/dana-fanum-light.woff') format('woff');
}

*,
* {
    font-family: 'dana' !important;
    direction: rtl
}

.line-height-reset {
    line-height: 1 !important;
}

.line-height-normal {
    line-height: 1.4 !important;
}