@import url("./base-styles.3e97f825d573.css");

:root {
  /* Variables: */
  --primary: #1ab394;
  --primary-200: #179d82;
  --text: #e7eaec;
  --text-muted: #675a5c;
  --text-bg: #2f4050;
  --body: #f6f6f6;
  --body-100: #fff;
  --body-200: #e6e6e6;
  --body-300: #d1d1d1;

  --success: #1c84c6;
  --info: #26c6c8;
  --warning: #f8ac59;
  --danger: #ed5565;
  --navy: var(--primary);
  --muted: #888;
}
