/**
 * Dana Fonts
 * Version: 3.0
 * Author: Moslem Ebrahimi (moslemebrahimi.com)
 * Website: http://fontiran.com
 * Copyright: Commercial/Proprietary Software
 */

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/woff2/Dana-Thin.woff2') format('woff2'),
        url('../fonts/woff/Dana-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/woff2/Dana-UltraLight.woff2') format('woff2'),
        url('../fonts/woff/Dana-UltraLight.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/woff2/Dana-Light.woff2') format('woff2'),
        url('../fonts/woff/Dana-Light.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/woff2/Dana-Regular.woff2') format('woff2'),
        url('../fonts/woff/Dana-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/woff2/Dana-Medium.woff2') format('woff2'),
        url('../fonts/woff/Dana-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/woff2/Dana-DemiBold.woff2') format('woff2'),
        url('../fonts/woff/Dana-DemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/woff2/Dana-Bold.woff2') format('woff2'),
        url('../fonts/woff/Dana-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/woff2/Dana-ExtraBold.woff2') format('woff2'),
        url('../fonts/woff/Dana-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/woff2/Dana-Black.woff2') format('woff2'),
        url('../fonts/woff/Dana-Black.woff') format('woff');
}