:root {
  --switcher-filter: invert(0);
  --switcher-checked-filter: invert(1);

  --main-bg: #efefef;
  --section-background-color: #ffffff;
  --background-active: #ffdbc6;
  --section-shadow: 0 4px 30px rgba(30, 33, 36, 0.07);
  --input-shadow: 0 0 8px 3px rgba(255, 141, 64, 0.1);
  --error-bg: #ffebe6;
  --error-border: #ef4444;

  --icon-color: #3f4455;
  --main-color-active: #ff8d40;
  --secondary-color-active: #fce5d5;
  --corporate-orange-muted: #f4a261;
  --corporate-gray: #aeb9c8;
  --corporate-gray-dark: #8a9aab;
  --corporate-gray-light: #c8d1db;

  --text-color: #3f4455;
  --text-color-light: #fff;
  --text-color-danger: #e94040;
  --text-color-warning: #f5cc16;
  --text-color-muted: #989898;
  --text-color-success: #62b15b;
  --text-light-color: #828282;
  --table-head-color: #d4dae3;
  --table-border-color: #e8ebf3;
  --table-highlight-red-color: rgba(233, 64, 64, 0.2);
  --table-highlight-yellow-color: rgba(245, 204, 22, 0.2);
  --input-placeholder: rgba(0, 0, 0, 0.42);

  --hover-main-btn-color: #ea580c;
  --border-radius-main: 6px;
  --border-color: #e0e0e0;
  --border-color-silver: #e5e7eb;

  --font-size-24: 1.5rem;
  --font-size-20: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-11: 0.6875rem;
}
