body {
    font-family: var(--font-family-base);
    color: var(--color-text-primary);
    line-height: 1.5;
}

.u-currency {
    display: inline-block;
    width: 1em;
    height: 0.6em;
    background-color: currentColor;
    -webkit-mask-image: url('../../img/currency.svg');
    mask-image: url('../../img/currency.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    margin-top: -0.1em;
}