@charset "utf-8";

/* -------------------------------*/
/*FONTS*/
/* ------------------------------ */

@font-face {
    font-family: "robotoregular";
    src: url("/fonts/RobotoRegular/RobotoRegular.eot");
    src: url("/fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"),
    url('/fonts/RobotoRegular/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
  font-family: 'robotobold';
  src: url('/fonts/roboto_bold_cyrillic/Roboto-Bold-webfont.eot');
  src: url('/fonts/roboto_bold_cyrillic/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('/fonts/roboto_bold_cyrillic/Roboto-Bold-webfont.woff') format('woff'),
  url('/fonts/roboto_bold_cyrillic/Roboto-Bold-webfont.ttf') format('truetype'),
  url('/fonts/roboto_bold_cyrillic/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "robotomedium";
    src: url("/fonts/RobotoMedium/RobotoMedium.eot");
    src: url("/fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("/fonts/RobotoMedium/RobotoMedium.ttf") format("truetype"),
    url('/fonts/RobotoMedium/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: 'noto_sansregular';
    src: url('/fonts/notosans/notosans-regular-webfont.eot');
    src: url('/fonts/notosans/notosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/notosans/notosans-regular-webfont.woff') format('woff'),
    url('/fonts/notosans/notosans-regular-webfont.ttf') format('truetype'),
    url('/fonts/notosans/notosans-regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('/fonts/roboto_condensed/RobotoCondensed-Regular-webfont.eot');
    src: url('/fonts/roboto_condensed/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/roboto_condensed/RobotoCondensed-Regular-webfont.woff') format('woff'),
    url('/fonts/roboto_condensed/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
    url('/fonts/roboto_condensed/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
