@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana-thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana-demibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana-extrabold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana-black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body ,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 ,a{
    font-family: 'Dana', sans-serif !important;
}

.special-heading {
    font-family: 'Dana', sans-serif !important;
    font-weight: 700; /* Bold */
}

.normal-text {
    font-family: 'Dana', sans-serif !important;
    font-weight: 400; /* Regular */
}

h1, h2, h3 {
    font-weight: 900;
}

.text-white\/70.text-xl.max-w-xl.mx-auto {
    font-weight: 300;
}

label {
    font-weight: 300;
}

a{
    font-weight: 800
}

.bg-slate-900 {
    background-color: rgb(36, 37, 39) !important
}

.sub-menu-item {
    font-weight: 600 !important;
    letter-spacing: 0px !important;
}

.logo img {
    width: 104px;
    height: 100%;
    margin: -8px;
}
footer img {
    width: 50%;
}