/* New Order Font - Local Version */

@font-face {
    font-family: "new-order";
    src: url("../fonts/New-Order-Light.woff2") format("woff2"),
         url("../fonts/New-Order-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "new-order";
    src: url("../fonts/New-Order-Regular.woff2") format("woff2"),
         url("../fonts/New-Order-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "new-order";
    src: url("../fonts/New-Order-Medium.woff2") format("woff2"),
         url("../fonts/New-Order-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "new-order";
    src: url("../fonts/New-Order-Semibold.woff2") format("woff2"),
         url("../fonts/New-Order-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "new-order";
    src: url("../fonts/New-Order-Bold.woff2") format("woff2"),
         url("../fonts/New-Order-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Apply to html element for consistency with current setup */
html {
    font-family: "new-order", sans-serif;
    font-weight: 400;
    font-style: normal;
}