﻿/*
    used all over the place
*/
.bg__light-grey {
    background-color: #eaeaea;
}

/*
    used on buttons
*/
.bg__green {
    background-color: #12875a;
}