/*
	Custom RTL css.
*/
/* Custom RTL CSS */

/* Define the font faces */
@font-face {
    font-family: 'Dana';
    src: url('fonts/dana-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

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

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

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

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

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

@font-face {
    font-family: 'Dana';
    src: url('fonts/dana-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

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



body , * {
    font-family: 'Dana'!important;
    letter-spacing: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Dana', sans-serif;
    font-weight: bold;
    letter-spacing: 0 !important;

}

p {
    font-family: 'Dana', sans-serif;
    font-weight: normal;
    letter-spacing: 0 !important;

}