@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    src: url("../polices/Roboto-Regular.ttf");
}

@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    src: url("../polices/Roboto-Bold.ttf");
}

@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: italic;
    src: url("../polices/Roboto-Italic.ttf");
}

@font-face {
    font-family: 'Roboto Condensed';
    font-weight: normal;
    src: url("../polices/RobotoCondensed-Regular.ttf")
}

@font-face {
    font-family: 'Roboto Condensed';
    font-weight: bold;
    src: url("../polices/RobotoCondensed-Bold.ttf")
}