:root {

    /* Generic colors */

    --primary-color: #343434;
    --secondary-color: #686868;
    --tertiary-color: #343434; /*#1e1e1e;*/

    --primary-color-rgb: 1, 124, 194;
    --secondary-color-rgb: 252, 178, 76;
    --tertiary-color-rgb: 30, 30, 30;

    --success-color:#34A16E;
    --warning-color: #eadb83;
    --info-color: #4fbde1;
    --error-color: #f0506e;

    /* Message colors */

    --messages-bg: #ebebeb;
    --message-success: #d7ffd7;
    --message-error: #ffcccc;
    --message-warning: #ffffcc;

  }