/**
 * Booking Wizard public styles
 */

.cbm-wrapper {
    font-family: 'Outfit', sans-serif;
    color: #0f766e;
}

.cbm-wrapper h1, 
.cbm-wrapper h2, 
.cbm-wrapper h3, 
.cbm-wrapper .font-serif {
    font-family: 'Playfair Display', serif;
}

/* Custom step indicators */
.cbm-step-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}
