/* Dream Book: Mulish self-hosted only. External fonts.cdnfonts.com URLs removed
   — they blocked render and were slow. Body font is Almarai (loaded separately);
   Mulish weights fall back to local install or the local Regular woff. */
@font-face {
    font-family: mulish;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Mulish'), url('./fonts/Mulish-Regular.woff') format('woff')
}

@font-face {
    font-family: mulish;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Mulish Italic'), local('Mulish'), url('./fonts/Mulish-Regular.woff') format('woff')
}

@font-face {
    font-family: mulish;
    font-style: normal;
    font-weight: 200 300;
    font-display: swap;
    src: local('Mulish Light'), local('Mulish'), url('./fonts/Mulish-Regular.woff') format('woff')
}

@font-face {
    font-family: mulish;
    font-style: normal;
    font-weight: 600 700;
    font-display: swap;
    src: local('Mulish SemiBold'), local('Mulish'), url('./fonts/Mulish-Regular.woff') format('woff')
}

@font-face {
    font-family: mulish;
    font-style: normal;
    font-weight: 800 900;
    font-display: swap;
    src: local('Mulish ExtraBold'), local('Mulish'), url('./fonts/Mulish-Regular.woff') format('woff')
}
