/* Подключение шрифта Roboto Regular */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Подключение шрифта Roboto Bold */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/* Подключение шрифта Roboto Thin */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"),
    url("../fonts/Roboto-Thin.woff") format("woff");

  font-weight: 100;
  font-style: normal;
}

/* Подключение шрифта Roboto Black */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

/* Подключение шрифта Roboto Bold Condensed */
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto-BoldCondensed.woff2") format("woff2"),
    url("../fonts/Roboto-BoldCondensed.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/* Подключение шрифта Roboto Condensed */
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto-Condensed.woff2") format("woff2"),
    url("../fonts/Roboto-Condensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Подключение шрифта Roboto Light */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"),
    url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/* Подключение шрифта Roboto Medium */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
