@font-face {
  font-family: "nbrb";
  src: url("nbrb.woff2") format("woff2"),
    url("nbrb.ttf") format("truetype"),
    url("nbrb.woff") format("woff");
  unicode-range: U+E901, U+42, U+59, U+4E;
}

@font-face {
  font-family: "nbrb-byn";
  src: url("nbrb.woff2") format("woff2"),
    url("nbrb.ttf") format("truetype"),
    url("nbrb.woff") format("woff");
  unicode-range: U+E901;
}

html:root {
  --font-primary: "nbrb-byn", Nunito, sans-serif;
}

/* BY only: выравнивание глифа валюты (nbrb-byn) относительно Nunito */
app-currency-sign.currency-sign {
  position: relative;
  top: -0.2px;
}

app-currency-sign.currency-sign.currency-sign-product {
  top: -1px;
}
