﻿@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/Roboto-Thin-100.woff2) format('woff2'),
    url(fonts/Roboto-Thin-100.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url(fonts/Roboto-ThinItalic-100.woff2) format('woff2'), url(fonts/Roboto-ThinItalic-100.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/Roboto-Light-300.woff2) format('woff2'), url(fonts/Roboto-Light-300.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url(fonts/Roboto-LightItalic-300.woff2) format('woff2'), url(fonts/Roboto-LightItalic-300.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Roboto-Regular-400.woff2) format('woff2'), url(fonts/Roboto-Regular-400.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url(fonts/Roboto-RegularItalic-400.woff2) format('woff2'), url(fonts/Roboto-RegularItalic-400.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/Roboto-Medium-500.woff2) format('woff2'), url(fonts/Roboto-Medium-500.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url(fonts/Roboto-MediumItalic-500.woff2) format('woff2'), url(fonts/Roboto-MediumItalic-500.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/Roboto-Bold-700.woff2) format('woff2'), url(fonts/Roboto-Bold-700.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url(fonts/Roboto-BoldItalic-700.woff2) format('woff2'), url(fonts/Roboto-BoldItalic-700.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(fonts/Roboto-Black-900.woff2) format('woff2'), url(fonts/Roboto-Black-900.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url(fonts/Roboto-BlackItalic-900.woff2) format('woff2'), url(fonts/Roboto-BlackItalic-900.ttf) format('truetype');
}