// Flatly colour scheme

$cs-primary: #2c3e50; $cs-success: #18bc9c; $cs-info: #3498db; $cs-warning: f39c12; $cs-danger: e74c3c;

$cs-aux-primary: #95a5a6; $cs-aux-success: #0f7864;

$cs-bg-primary: ecf0f1; $cs-bg-success: #3be6c4;

$cs-maintext: #212529; $cs-lighttext: rgba(0, 0, 0, .5); $cs-whitetext: fff;

$cs-font: Lato, Roboto;