/* ============================
   OPEN SANS – REGULAR
   ============================ */
@font-face {
    font-family: 'Open Sans';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* ============================
   OPEN SANS – ITALIC
   ============================ */
@font-face {
    font-family: 'Open Sans';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* ============================
   OPEN SANS – BOLD
   ============================ */
@font-face {
    font-family: 'Open Sans';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* ============================
   OPEN SANS – BOLD ITALIC
   ============================ */
@font-face {
    font-family: 'Open Sans';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* ============================
   OPEN SANS – SEMIBOLD 
   ============================ */
@font-face {
    font-family: 'Open Sans';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* ============================
   OPEN SANS – SEMIBOLD ITALIC
   ============================ */
@font-face {
    font-family: 'Open Sans';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

/* ============================
   OPEN SANS – MEDIUM
   ============================ */
@font-face {
    font-family: 'Open Sans';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* ============================
   OPEN SANS – MEDIUM ITALIC
   ============================ */
@font-face {
    font-family: 'Open Sans';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* ============================
   OPEN SANS – LIGHT
   ============================ */
@font-face {
    font-family: 'Open Sans';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* ============================
   OPEN SANS – LIGHT ITALIC
   ============================ */
@font-face {
    font-family: 'Open Sans';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* ============================
   OPEN SANS – EXTRA BOLD
   ============================ */
@font-face {
    font-family: 'Open Sans';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* ============================
   OPEN SANS – EXTRA BOLD ITALIC
   ============================ */
@font-face {
    font-family: 'Open Sans';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/* ============================
   OPEN SANS – CONDENSED (ALL)
   ============================ */
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans_Condensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans_Condensed-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans_Condensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans_Condensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans_Condensed-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans_Condensed-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://bharatelectrodrives.com/assets/fonts/Open_Sans/OpenSans_Condensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


/* ============================
   OXANIUM – EXTRALIGHT (200)
   ============================ */
@font-face {
    font-family: 'Oxanium';
    src: url('https://bharatelectrodrives.com/assets/fonts/Oxanium/Oxanium-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

/* ============================
   OXANIUM – LIGHT (300)
   ============================ */
@font-face {
    font-family: 'Oxanium';
    src: url('https://bharatelectrodrives.com/assets/fonts/Oxanium/Oxanium-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* ============================
   OXANIUM – REGULAR (400)
   ============================ */
@font-face {
    font-family: 'Oxanium';
    src: url('https://bharatelectrodrives.com/assets/fonts/Oxanium/Oxanium-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* ============================
   OXANIUM – MEDIUM (500)
   ============================ */
@font-face {
    font-family: 'Oxanium';
    src: url('https://bharatelectrodrives.com/assets/fonts/Oxanium/Oxanium-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* ============================
   OXANIUM – SEMIBOLD (600)
   ============================ */
@font-face {
    font-family: 'Oxanium';
    src: url('https://bharatelectrodrives.com/assets/fonts/Oxanium/Oxanium-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* ============================
   OXANIUM – BOLD (700)
   ============================ */
@font-face {
    font-family: 'Oxanium';
    src: url('https://bharatelectrodrives.com/assets/fonts/Oxanium/Oxanium-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* ============================
   OXANIUM – EXTRABOLD (800)
   ============================ */
@font-face {
    font-family: 'Oxanium';
    src: url('https://bharatelectrodrives.com/assets/fonts/Oxanium/Oxanium-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* =======================================
   URBANIST – THIN (100)
   ======================================= */
@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

/* =======================================
   URBANIST – EXTRA LIGHT (200)
   ======================================= */
@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

/* =======================================
   URBANIST – LIGHT (300)
   ======================================= */
@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* =======================================
   URBANIST – REGULAR (400)
   ======================================= */
@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* =======================================
   URBANIST – MEDIUM (500)
   ======================================= */
@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* =======================================
   URBANIST – SEMIBOLD (600)
   ======================================= */
@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

/* =======================================
   URBANIST – BOLD (700)
   ======================================= */
@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* =======================================
   URBANIST – EXTRA BOLD (800)
   ======================================= */
@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/* =======================================
   URBANIST – BLACK (900)
   ======================================= */
@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('https://bharatelectrodrives.com/assets/fonts/Urbanist/Urbanist-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
