﻿:root {
    --background: #f2f2f2;
    --primary: #d3383e;
    --primary-offset: #535353;
    --secondary: #535353;
}

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