@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto-light-webfont.woff2') format('woff2');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto-lightitalic-webfont.woff2') format('woff2');
    font-weight: 300; /* Light */
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto-regular-webfont.woff2') format('woff2');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto-italic-webfont.woff2') format('woff2');
    font-weight: 400; /* Regular */
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto-medium-webfont.woff2') format('woff2');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto-mediumitalic-webfont.woff2') format('woff2');
    font-weight: 500; /* Medium */
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto-bold-webfont.woff2') format('woff2');
    font-weight: 700; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto-bolditalic-webfont.woff2') format('woff2');
    font-weight: 700; /* Bold */
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto-black-webfont.woff2') format('woff2');
    font-weight: 900; /* Black */
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto-blackitalic-webfont.woff2') format('woff2');
    font-weight: 900; /* Black */
    font-style: italic;
}



body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1, h2, h3 {
    font-family: 'Roboto', sans-serif;;
    font-weight: 700;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.italic-text {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}
