﻿:root {
    --background: #f2f2f2;
    --primary: #0b3663;
    --primary-offset: #105aa7;
    --secondary: #089444;
}

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