@font-face {
  font-family: "RudawRegular";
  src: url("fonts/icomoon/fonts/rudawregular2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "YourIconFont";
  src: url("fonts/yourfont.woff2") format("woff2"),
    url("fonts/yourfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "RudawRegular", sans-serif;
}
