:root {
  /* Cores principais */
  --main: #ff6a00;
  --main-yellow: #ffb000;

  --bg-opacity-15: rgba(255, 106, 0, 0.15);

  /* Fundos escuros */
  --bg: #121212;
  --container-main: #191919;
  --container-second: #222222;
  --container-third: #2c2c2c;
  --container-fourth: #383838;

  /* Textos */
  --text-bold: #ffffff;
  --text-medium: #d6d6d6;
  --text-regular: #929292;
  --text-thin: #686868;

  /* Ícones */
  --icon-bold: #ffffff;
  --icon-regular: #929292;

  /* Chat */
  --chat-time: #8792a3;
  --chat-answered: #ff8a1f;

  /* Cores gerais */
  --title: #ffffff;
  --text: #ffffff;
  --text2: #929292;
  --white: #ffffff;
  --black: #000000;

  --element-bg: #202020;
  --line: #343434;
  --line-low: #292929;
  --line-container: #464646;

  /* Fontes */
  --int: "Inter", sans-serif;
  --roboto: "Roboto", sans-serif;

  /* Atividades */
  --activity-fill: #ffb000;
  --activity-opacity: rgba(255, 176, 0, 0.2);

  /* Anotações */
  --annotation-fill: #ff6a00;
  --annotation-opacity: rgba(255, 106, 0, 0.2);

  /* Metas */
  --goal-fill: #ff8a1f;
  --goal-opacity: rgba(255, 138, 31, 0.2);

  /* Reuniões */
  --meeting-fill: #008b2e;
  --meeting-opacity: rgba(0, 206, 69, 0.12);

  /* Estados */
  --success-opacity-15: rgba(0, 156, 52, 0.18);
  --error-opacity-15: rgba(255, 0, 0, 0.15);
  --pending-opacity-15: rgba(255, 138, 31, 0.15);

  --success: #00a83b;
  --error: #e32626;
  --pending: #ff8a1f;

  /* Imagens */
  --bg-chat: url("/assets/img/chatBg.png");
}

body {
  background-color: var(--bg);
  background-image: url("/assets/img/dotsbg.svg");
}
