@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/dana/dana-thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/dana/dana-extralight.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/dana/dana-light.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dana/dana-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/dana/dana-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/dana/dana-demibold.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/dana/dana-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/dana/dana-extrabold.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/dana/dana-black.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/dana/dana-ultrabold.woff2') format('woff2');
}

body ,h1,h2,h3,h4,h5,h6,p,div,a, button,input,textarea{
    font-family: 'Dana', tahoma, sans-serif !important;
}