/* DUX-Core Font Family */

@font-face {
    font-family: 'DUX-Core';
    src: url('../fonts/DUX-CoreExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DUX-Core';
    src: url('../fonts/DUX-CoreLight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DUX-Core';
    src: url('../fonts/DUX-CoreRegular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DUX-Core';
    src: url('../fonts/DUX-CoreMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DUX-Core';
    src: url('../fonts/DUX-CoreBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DUX-Core';
    src: url('../fonts/DUX-CoreBlack.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-primary: 'DUX-Core', 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
}

