﻿/*Brand Colors go here... if this doesn't get all the branding you need, go to the custom.css and override the classes. */
:root {
    --primary-color: #568aed;
    --main-bg-color: #fff;
    --btn-primary-color: #3498db;
    --btn-primary-hover-color: #6197ff;
    --a-primary-color: #568aed;
    --a-primary-hover-color: #ffa405;
    --footer-primary-bg-color: #2a2b2c;
    --widget-bg-color: #faf9f7;
    --widget-border-color: #ffa405;
    --h-primary-color: #363636;
    --recipe-title-color: #363636;
    --nav-bg-hover-color: #4179e2;
    --nav-text-color: #dde9ff;
    --nav-bg-color: #568aed;
}
