body {
    font-family: 'SF Pro Display', sans-serif;
}

.w-30 {
    width: 40%;
}

.w-70 {
    width: 60%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-93 {
    width: 93%;
}

.w-95 {
    width: 95%;
}

.font-8 {
    font-size: 8pt;
}

.font-10 {
    font-size: 10pt;
}

.font-0_4rem {
    font-size: 0.4rem;
}

.font-3rem{
    font-size: 3rem;
}

.line-height125 {
    line-height: 1.25;
}

.min-height-150 {
    min-height: 150px;
}

.preview-img {
    border-radius: 10px;
    overflow: hidden;
}

.review-content {
    border-radius: 10px;
    overflow: hidden;
}

.scroll-x {
    height: auto;
    overflow-x: auto;
    white-space: nowrap;
}

.featured img {
    width: 100%;
    border-radius: 10px;
}

.badge-primary-reserve {
    color: #007bff;
    background-color: #fff;
}

.border-radius-10 {
    border-radius: 10px;
}

.bg-light-gray {
    background-color: #f0f0f8;
}

.progress {
    height: 3px;
}

.progress-bar {
    background-color: #87878b;
}