@import url('css/Chrome43-hotfix.css');

@font-face {
    font-family: 'Commissioner';
    src: url(Commissioner-VariableFont_wght.ttf) format('truetype');
}


.textBlue {
    color: #07507F;
}

.textBlueBold {
    font-weight: 900;
    color: #07507F;
}

.textBlueBoldUnderline {
    font-weight: bold;
    color: #07507F;
    text-decoration: underline;
}

.greyBackground {
    background-color: #C8C8C8 !important;
}