@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana/Dana-Thin.woff2') format('woff2'),
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana/Dana-ExtraLight.woff2') format('woff2'),
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana/Dana-Light.woff2') format('woff2'),
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana/Dana-Regular.woff2') format('woff2'),
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana/Dana-Medium.woff2') format('woff2'),
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana/Dana-Demibold.woff2') format('woff2'),
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana/Dana-Bold.woff2') format('woff2'),
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana/Dana-UltraBold.woff2') format('woff2'),
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana/Dana-Black.woff2') format('woff2'),
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body , h1, h2, h3, h4, h5, h6  , p , a{
    font-family: 'Dana', sans-serif !important;
}

h1 {
    font-weight: 900; /* از فونت Dana-Black استفاده می‌کند */
}

p {
    font-weight: 400; /* از فونت Dana-Regular استفاده می‌کند */
}

strong {
    font-weight: 700; /* از فونت Dana-Bold استفاده می‌کند */
}