:root {
  --primary-color: #5b7813;
  --accent-color: #89993d;
  --header-background-color: white;
  --container-background-color: white;
  --text-color: #6a7172;
  --text-muted-color: #79747e;
  --error-color: #ea1101;
  --delete-color: #ea1101;
  --success-color: #0a8c19;
  --success-light-color: #09e205;
  --warning-color: #ed6c02;
  --focus-color: rgba(0, 0, 0, 0.06);
  --main-background-color: white;
  --main-background-accent-color: #e3e3e3;

  --font: 'Roboto', 'Inter', 'Josefin Sans', sans-serif;

  --logoHeaderSizeDesktop: 35px;
  --logoHeaderSizeMobile: 30px;
}
