/*
 Copyright (c) Dual Lab srl.

 Licensees holding valid commercial licenses may use this software in
 accordance with the terms contained in a written agreement between
 you and Dual Lab srl. Alternatively, the terms and conditions that were
 accepted by the licensee when buying and/or downloading the
 software do apply.
*/
html {
  --font-family: "Roboto", "Helvetica", "Arial", sans-serif;

  --text-color: #000;
  --text-color--75: #404040;
  --text-color--60: #5E5E5E;
  --text-color--50: #707070;
  --text-color--25: #bfbfbf;
  --contrast-text-color: #fff;
  --contrast-link-color: #b1b577;
  --primary-link-color: #914148;
  --bright-link-color: #914148;

  --color-primary-main: #643346;
  --color-primary-hover: #502837;
  --background-header-color: #fff;
  --background-paper-color: #fff;
  --background-color: #f5f5fb;
  --background-color--light-grey: #eceaea;
  --color-error: #ce1126;
  --color-error-light: #B84C45;
  --color-success: #14745a;
  --color-success-light: #BADFD5;
  --color-warning: #FFA116;
  --color-warning--secondary: #ea7e1f;
  --color-info: #2677c2;

  --box-shadow:
    0px 2px 1px -1px RGB(0, 0, 0, 0.2),
    0px 1px 1px 0px RGB(0, 0, 0, 0.14),
    0px 1px 3px 0px RGB(0, 0, 0, 0.12);
}