/**
 * Official NBRB BYN sign (https://www.nbrb.by/coinsbanknotes/byn-ico).
 * Currency symbol_right in OC = U+E901; font renders the official glyph.
 */

@font-face {
  font-family: "nbrb";
  src: url("../font/nbrb.woff2") format("woff2"),
       url("../font/nbrb.ttf") format("truetype"),
       url("../font/nbrb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+E901, U+42, U+59, U+4E;
}

.nbrb-icon {
  font-family: "nbrb" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.06em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
}

.nbrb-icon-byn::before {
  content: "\e901";
}

.bobrik-byn-scope {
  font-variant-numeric: tabular-nums;
  font-family: var(--bt-font, "Geologica", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif), "nbrb", sans-serif;
}

.price,
.price-new,
.price-old,
.price-tax,
.product-price,
.product-price-main,
#freza-price,
#cart-total,
#menu-cart-total,
.list-group-item .price,
.product-list .price,
.bobrik-suggest__meta em {
  font-variant-numeric: tabular-nums;
  font-family: var(--bt-font, "Geologica", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif), "nbrb", sans-serif;
}
