/*
    QRWaiter UI Kit

    Typography
*/


.qrw-page-title {
    font-size: 24px;
    line-height: 28px;
}

.qrw-section-title {
    font-size: 22px;
    line-height: 26px;
}

.qrw-container-title-lg { 
    font-size: 34px;
    line-height: 40px;
}

.qrw-container-title-md {
    font-size: 28px;
    line-height: 32px;
}

.qrw-container-title-sm {
    font-size: 20px;
    line-height: 24px;
}

.qrw-container-title-xs {
    font-size: 14px;
    line-height: 16px;
}

.qrw-body-text {
    font-size: 16px;
    line-height: 20px;
}

.qrw-body-text-bold {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.qrw-text-description {
    font-size: 10px;
    line-height: 12px;
}

.qrw-text-description-bold {
    font-size: 10px;
    line-height: 12px;
}

.qrw-button-text {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.qrw-button-text-bold {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'ChadwickBold';
    font-weight: bold;
}

.qrw-input-text {
    font-size: 14px;
    line-height: 16px;
}

.bold {
    font-weight: bold;
}