@font-face {
    font-family: 'AriaWebFaNum';
    src: url('../font/AriaWebFaNum-Bold.woff2') format('woff2'),
         url('../font/AriaWebFaNum-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.gold-price-container {
    display: inline-block;
    font-family: 'AriaWebFaNum', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #164C3E;
}