/* Mulish Regular */
@font-face {
    font-family: 'Mulish';
    src: url('/static/products/fonts/Mulish-Regular.woff2') format('woff2');
    font-weight: 400;
    /* Peso normal */
    font-style: normal;
    font-display: swap;
}

/* Mulish Bold */
@font-face {
    font-family: 'Mulish';
    src: url('/static/products/fonts/Mulish-Bold.woff2') format('woff2');
    font-weight: 700;
    /* Peso bold */
    font-style: normal;
    font-display: swap;
}

/* Mulish ExtraBold */
@font-face {
    font-family: 'Mulish';
    src: url('/static/products/fonts/Mulish-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    /* Peso extra bold */
    font-style: normal;
    font-display: swap;
}

/* Mulish Light */
@font-face {
    font-family: 'Mulish';
    src: url('/static/products/fonts/Mulish-Light.woff2') format('woff2');
    font-weight: 300;
    /* Peso light */
    font-style: normal;
    font-display: swap;
}

/* Mulish Medium */
@font-face {
    font-family: 'Mulish';
    src: url('/static/products/fonts/Mulish-Medium.woff2') format('woff2');
    font-weight: 500;
    /* Peso medium */
    font-style: normal;
    font-display: swap;
}

/* Mulish SemiBold */
@font-face {
    font-family: 'Mulish';
    src: url('/static/products/fonts/Mulish-SemiBold.woff2') format('woff2');
    font-weight: 600;
    /* Peso semi-bold */
    font-style: normal;
    font-display: swap;
}

/* Mulish Black */
@font-face {
    font-family: 'Mulish';
    src: url('/static/products/fonts/Mulish-Black.woff2') format('woff2');
    font-weight: 900;
    /* Peso black */
    font-style: normal;
    font-display: swap;
}

/* Mulish ExtraLight */
@font-face {
    font-family: 'Mulish';
    src: url('/static/products/fonts/Mulish-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    /* Peso extra light */
    font-style: normal;
    font-display: swap;
}