@font-face {
    font-family: Anton;
    src: url('../../fonts/ANTON-REGULAR.TTF');
}

@font-face {
    font-family: Object Sans Regular;
    src: url('../../fonts/OBJECTSANS-REGULAR.OTF');
}

@font-face {
    font-family: Object Sans Heavy;
    src: url('../fonts/OBJECTSANS-HEAVY.OTF');
}

.promotion-blurb-sitcker {
    align-items: center;
    width: min-content !important;
    padding: 0.625rem 0.875rem !important;
    border-radius: 50rem !important;
    border: 2px solid #e3e9ef !important;
    pointer-events: none !important;
    background-color:#f0b656 !important;
    color: #fff;
}

.promotion-blurb-text {
    font-family: Object Sans Regular !important;
}

.promotion-blurb-container {
    background-image: url('../../../common/images/promotion_blurb/promotion_pattern_bg.png') !important;
    background-size: cover !important;
}

.hrd-footer {
    background-color: rgba(43, 52, 69, 0.65);
}

.bg-gold {
    background-color:#f0b557 !important;
}

.bg-golder {
    background-color: #d27d10 !important;
    border-color: #d27d10 !important;
}

.bg-blue {
    background-color: #77c4f8 !important;
    border-color: #77c4f8 !important;
}