/**
 * This file is supposed to have all the typography.
 *
 * TODO: remove typos from other files and consolidate here
 *
 */

.message.warning {
    color: red;
    font-weight: bold;
}

.booking-countdown {
    font-weight: bold;
    font-size: 1.2em;

}