﻿:root {
    --background: #f2f2f2;
    --primary: #103454;
    --primary-offset: #103454;
    --secondary: #ffc414;
}

.nav-bar {
    background-color: #ffc414;
}

.nav-button {
    color: #103454;
}