/* Color */
:root {
  --main-color: #850900;
  --tertiary-color : #C41200;
  --secondary-color : #000000;
  --color-tab: #000000;
  --selectable-datatable-color:#e8e8e8;
  --font: "Ubuntu";
}