﻿:root {
    --background: #f2f2f2;
    --primary: #3e8aed;
    --primary-offset: #3e8aed;
    --secondary: #ffbf23;
}

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