/* igrill.us inspired style for merchant_id=1 */
body, input, select, textarea, button {
    font-family: 'Barlow', 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}
body {
    background: #fff;
    color: #222;
}
h1, h2, h3, h4 {
    font-family: 'Barlow', 'Montserrat', Arial, sans-serif;
    color: #d32f2f;
}
.floating-summary, .category-title {
    background: #fbeee0;
    color: #d32f2f;
    border-radius: 8px;
}
button, input[type=submit] {
    background: #d32f2f;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1.1em;
    padding: 10px 24px;
    font-family: 'Barlow', 'Montserrat', Arial, sans-serif;
}
label {
    font-size: 1.05em;
    color: #222;
}
input, select, textarea {
    font-size: 1em;
    border-radius: 6px;
    border: 1px solid #d32f2f;
    padding: 8px;
}
