/* THIS WILL BE USED TO BE INCLUDED TO THE TOPLEVEL WEBSITE INCLUDING THE WEBCOMPONENT */
/* ATTENTION: ENSURE SAME COPY OF in assets/fonts/_rs-fonts.css AND in demo/development/_rs-fonts.css

/* FONTS COPIED FROM BOOTSTRAP */
@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"),
    url("../fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff");
}

/* R&S FONTS */
@font-face {
  font-family: "Linotype Univers";
  src: url("../fonts/LinotypeUnivers-Regular.woff") format("woff"), url("../fonts/LinotypeUnivers-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Linotype Univers Bold";
  src: url("../fonts/LinotypeUnivers-Bold.woff") format("woff"), url("../fonts/LinotypeUnivers-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Linotype Univers Condensed";
  src: url("../fonts/LinotypeUniversCondensed-Regular.woff") format("woff"), url("../fonts/LinotypeUniversCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Linotype Univers Condensed Bold";
  src: url("../fonts/LinotypeUniversCondensed-Bold.woff") format("woff"), url("../fonts/LinotypeUniversCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* Icons */
@font-face {
  font-family: "RSIcons";
  src: url("../fonts/RSI-Icons-woff2.woff2") format("woff2"), url("../fonts/RSI-Icons-woff.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
