/* Custom styles */


/* hide points UI elements */
.ms-header__account-info > span:not([class]),
.ms-account-profile__section-preferences,
.ms-account-loyalty-tile__description,
.current-spend-balance,
.ms-account-loyalty__spend-balance .just-a-line,
.ms-header__account-info.account-desktop > .just-a-line {
    display: none !important;
}

@font-face {
  font-family: "Crumbline Sans";
  src: url("https://franchise.cobsbread.com/wp-content/crumbline/WOFF2/CrumblineSans-BoldCondensed.woff2") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Apply only to headlines */
h1, h2, h3, h4, h5, h6 {
  font-family: "Crumbline Sans" !important;
}

.ms-account-loyalty__spend-balance-amount-label,
.dollar-amount,
.dollar,
.ms-account-loyalty__special-offers-title,
.ms-account-loyalty__voucher-reward-label,
.ms-account-loyalty__special-offers-title,
.available-loyalty-offers__bakery-available-offers
{
  font-family: "Crumbline Sans" !important;
}

.info-box {
    background-color: #f2dbdb;
    border: 2px solid #d82013;
    border-radius: 5px;
    padding: 20px;
    display: flex;
}

.info-box .info-content {
    margin-left: 15px;
}

.info-box h2 {
    color: #000;
    font-size: 1.2em;
    margin-top: 0;
    font-weight: 100;
    font-family: mindset-regular;
    color: rgb(134, 38, 51);
}

.info-box p {
    color: #000;
    font-size: 1em;
    margin: 1em 0 1em 0;
    font-family: ProximaNova-Regular;
}

.info-box i {
    color: #000;
    font-size: 24px;
    margin-right: 10px;
}

.cta-button {
    display: inline-block;
    background-color: rgb(216, 32, 19);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
    font-family: ProximaNova-Regular;
}

@media (min-width: 767px) {
    .info-box {
        max-width: 477px;
    }
}