/* Mostin Font Family */

@font-face {
    font-family: 'Mostin';
    src: url('../fonts/mostin-font-family/MostinThin-x3pxV.ttf') format('truetype'),
         url('../fonts/mostin-font-family/MostinThin-z8p0w.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mostin';
    src: url('../fonts/mostin-font-family/MostinExtraLight-Ea5Gg.ttf') format('truetype'),
         url('../fonts/mostin-font-family/MostinExtralight-ALA4D.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mostin';
    src: url('../fonts/mostin-font-family/MostinLight-axJAJ.ttf') format('truetype'),
         url('../fonts/mostin-font-family/MostinLight-jEJWO.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mostin';
    src: url('../fonts/mostin-font-family/MostinRegular-3z6wy.ttf') format('truetype'),
         url('../fonts/mostin-font-family/MostinRegular-516lZ.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mostin';
    src: url('../fonts/mostin-font-family/MostinMedium-p75Rv.ttf') format('truetype'),
         url('../fonts/mostin-font-family/MostinMedium-GOAvP.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mostin';
    src: url('../fonts/mostin-font-family/MostinBold-OV5Oo.ttf') format('truetype'),
         url('../fonts/mostin-font-family/MostinBold-JRAOo.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mostin';
    src: url('../fonts/mostin-font-family/MostinBlack-ZV5Gl.ttf') format('truetype'),
         url('../fonts/mostin-font-family/MostinBlack-qZJBd.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mostin Outline';
    src: url('../fonts/mostin-font-family/MostinOutline-DOAGx.ttf') format('truetype'),
         url('../fonts/mostin-font-family/MostinOutline-VG5Vx.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Apply Mostin font to the entire application */
body {
    font-family: 'Mostin', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Ensure headings use Mostin */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Mostin', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Buttons and inputs */
button, input, select, textarea {
    font-family: 'Mostin', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
