@font-face {
  font-family: BRoya;
  font-style: bold;
  font-weight: 100;
  font-size: larger;
  src: url("../fonts/BRoya.woff") format("woff"),
    url("../fonts/BRoya.ttf") format("ttf"),
    url("../fonts/BRoya.woff2") format("woff2");
}

body{
  font-family: BRoya;
}

