//* Thin */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Thin Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

/* Extra Light */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

/* Extra Light Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Light Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Medium Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* SemiBold Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* Extra Bold */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* Extra Bold Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/* Black */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Black Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fileadmin/fonts/Roboto/RobotoCondensed-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}