/* Saira Semi Condensed Font Family */

@font-face {
    font-family: 'Saira Semi Condensed';
    src: url("/static/fonts/SairaSemiCondensed-Thin.172fc9a2e814.ttf") format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Saira Semi Condensed';
    src: url("/static/fonts/SairaSemiCondensed-ExtraLight.bde4ae0d2454.ttf") format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Saira Semi Condensed';
    src: url("/static/fonts/SairaSemiCondensed-Light.dc72ba2ff0f5.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Saira Semi Condensed';
    src: url("/static/fonts/SairaSemiCondensed-Regular.f4d73d7942e5.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Saira Semi Condensed';
    src: url("/static/fonts/SairaSemiCondensed-Medium.57c5c090fa1c.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Saira Semi Condensed';
    src: url("/static/fonts/SairaSemiCondensed-SemiBold.ed08cf216caf.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Saira Semi Condensed';
    src: url("/static/fonts/SairaSemiCondensed-Bold.027ccb4439cc.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Saira Semi Condensed';
    src: url("/static/fonts/SairaSemiCondensed-ExtraBold.f69b785859cb.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Saira Semi Condensed';
    src: url("/static/fonts/SairaSemiCondensed-Black.a5e187542878.ttf") format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

/* Global Font Application */
* {
    font-family: 'Saira Semi Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

body {
    font-family: 'Saira Semi Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Ensure all headings use the font */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Saira Semi Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Ensure all inputs and buttons use the font */
input, button, select, textarea {
    font-family: 'Saira Semi Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Ensure all paragraphs and spans use the font */
p, span, div, a, label {
    font-family: 'Saira Semi Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}
