﻿:root {
    --background: #f2f2f2;
    --primary: #e11e25;
    --primary-offset: black;
    --secondary: #000000;
}

.quote-error {
    background-color: black;
    border-radius: 20px;
    text-align: center;
}