/* --- Roboto Thin --- */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto ExtraLight --- */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto Light --- */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto Regular --- */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400; /* or normal */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: 400; /* or normal */
    font-style: italic;
    font-display: swap;
}

/* --- Roboto Medium --- */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto SemiBold --- */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto Bold --- */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700; /* or bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700; /* or bold */
    font-style: italic;
    font-display: swap;
}

/* --- Roboto Black --- */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


/*
==========================================
ROBOTO CONDENSED
==========================================
*/
/* Use a different font-family name for condensed versions */

/* --- Roboto Condensed Thin --- */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-Thin.ttf') format('truetype'); /* Assuming this filename exists */
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto Condensed ExtraLight --- */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto Condensed Light --- */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto Condensed Regular --- */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto Condensed Medium --- */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto Condensed SemiBold --- */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto Condensed Bold --- */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto Condensed ExtraBold --- */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto Condensed Black --- */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/Roboto_Condensed-BlackItalic.ttf') format('truetype'); /* Assuming this filename exists */
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


/*
==========================================
ROBOTO SEMICONDENSED
==========================================
*/
/* Use a different font-family name for semicondensed versions */

/* --- Roboto SemiCondensed Thin --- */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto SemiCondensed ExtraLight --- */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto SemiCondensed Light --- */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto SemiCondensed Regular --- */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto SemiCondensed Medium --- */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto SemiCondensed SemiBold --- */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto SemiCondensed Bold --- */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto SemiCondensed ExtraBold --- */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* --- Roboto SemiCondensed Black --- */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/roboto/Roboto_SemiCondensed-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


body {
    font-family: 'Roboto SemiCondensed', Arial, sans-serif;
}

.mud-input > input.mud-input-root,
.mud-input > div.mud-input-slot.mud-input-root {
    font-weight: normal !important; /* Or font-weight: 400 !important; */
}

.mud-input > input.mud-input-root::placeholder {
    font-weight: normal !important; /* Or font-weight: 400 !important; */
    /* You might also want to ensure the placeholder isn't too faint */
    /* opacity: 1; */ /* Uncomment if placeholders are too transparent */
}

/* ==================== BACKGROUND IMAGE STYLES ==================== */
/* Applied globally to MainLayout */

/* Apply background image to main content area only */
.mud-main-content {
    background-image: url('/images/Login/incidebg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

/* Optional: Add subtle overlay for better text readability */
.mud-main-content::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*    background-color: rgba(232, 239, 247, 0.85);  #E8EFF7 with transparency */
    pointer-events: none;
    z-index: 0;
}

 Ensure content stays above the overlay 
.mud-main-content > * {
    position: relative;
    z-index: 1;
}

/* Alternative: Apply to entire layout (uncomment if you want full-page background) */

.mud-layout {
    background-image: url('/images/Login/incidebg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}


/* Mobile responsive background */
@media (max-width: 768px) {
    .mud-main-content {
        background-size: cover;
        background-position: center top;
        background-attachment: scroll;  Better mobile performance 
    }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
    .mud-main-content {
        background-size: cover;
    }
}

/* High DPI screens (Retina displays) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .mud-main-content {
        background-image: url('/images/Login/incidebg.png');
         Add a @2x version if available: url('/images/Login/incidebg@2x.png') 
    }
}




