@charset "UTF-8";

@font-face {
    font-family: 'FondRoboto';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('./fonts/Roboto/Roboto-Bold.woff') format('woff');
}

@font-face {
    font-family: 'FondRoboto';
    font-style: italic;
    font-weight: 700;
    src: url('./fonts/Roboto/Roboto-BoldItalic.woff2') format('woff2'), url('./fonts/Roboto/Roboto-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'FondRoboto';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/Roboto/Roboto-Italic.woff2') format('woff2'), url('./fonts/Roboto/Roboto-Italic.woff') format('woff');
}

@font-face {
    font-family: 'FondRoboto';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('./fonts/Roboto/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family: 'FondRobotoCondensed';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/RobotoCondensed/RobotoCondensed-Bold.woff2') format('woff2'), url('./fonts/RobotoCondensed/RobotoCondensed-Bold.woff') format('woff');
}

@font-face {
    font-family: 'FondRobotoCondensed';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/RobotoCondensed/RobotoCondensed-Regular.woff2') format('woff2'), url('./fonts/RobotoCondensed/RobotoCondensed-Regular.woff') format('woff');
}
