@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
}


@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/RobotoCondensed/RobotoCondensed-Black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/RobotoCondensed/RobotoCondensed-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/RobotoCondensed/RobotoCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/RobotoCondensed/RobotoCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/RobotoCondensed/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/RobotoCondensed/RobotoCondensed-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/RobotoCondensed/RobotoCondensed-Thin.ttf') format('truetype');
    font-weight: 100;
}