
@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/dana-fanum-extralight.woff') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/dana-fanum-regular.woff') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/dana-fanum-medium.woff') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/dana-fanum-demibold.woff') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/dana-fanum-bold.woff') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/dana-fanum-black.woff') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/dana-fanum-black.woff') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/dana-fanum-black.woff') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
html,
body,
h1, h2, h3, h4, h5, h6,
p, a, span, div,
input, button, select, textarea,
.site-title,
.main-navigation,
.elementor-heading-title,
.elementor-widget-container {
    font-family: 'CustomFont', Tahoma, Arial, sans-serif !important;
}
