/* Civic */

:root {
    --main: #898585;
    --accent: #ff5902;
    --font: #333333;
    --dark-gray: #cccccc;
    --gray: #f1f2f2;
    --white: #ffffff;
    --form-label: #58595b;
    --logo: url('../img/civic.png');
    --logo-landscape: url('../img/civic.png');
}
