@charset "UTF-8";

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/roboto/roboto-regular-webfont.eot');
    src: url('fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
    url('fonts/roboto/roboto-regular-webfont.woff') format('woff'),
    url('fonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
    url('fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/roboto/roboto-bold-webfont.eot');
    src: url('fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
    url('fonts/roboto/roboto-bold-webfont.woff') format('woff'),
    url('fonts/roboto/roboto-bold-webfont.ttf') format('truetype'),
    url('fonts/roboto/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "regiondo-icon";
    src:url("fonts/icon/regiondo-icon.eot");
    src:url("fonts/icon/regiondo-icon.eot?#iefix") format("embedded-opentype"),
    url("fonts/icon/regiondo-icon.woff") format("woff"),
    url("fonts/icon/regiondo-icon.ttf") format("truetype"),
    url("fonts/icon/regiondo-icon.svg#regiondo-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}