@font-face {
    font-family: 'PriceObf';
    src: url('../fonts/price-obf.woff2') format('woff2');
    font-display: swap;
    unicode-range: U+E000-E009;

}

.price-obf {
    font-family: 'PriceObf', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    white-space: nowrap;
}

.price-obf.invisible {
    visibility: hidden;
}