﻿/* define CSS variables that are used throughout the site in :root */
:root {
    --coc-color-dark-blue: #000066;
    --coc-color-blue: #0051b0;
    --coc-color-light-blue: #93b9e1;
    --coc-color-gray: #B1B1B1;
    --coc-color-lighter-gray: #F5F5F5;
    --coc-shadow-gray: #CCCCCC;
    --coc-shadow-content-size: 0 5px 10px 0;
    --coc-shadow-element-size: 0 0 5px 0px;
}
