:root {
  --text_white: #fff;
  --background_white: #fff;
  --secondary: #172b4d;
  --text_gray: #6b7381;
  --text_black: #172b4d;
  --medium: rgba(23, 43, 77, 0.7);
  --background_gray: #f5f5f5;
  --error: #ff0000;
  --primary: #d9372a;
  --border_gray: #e0e0e0;
  --divider: #ebecf0;
}
