:root {
  /* heycar mint color */

  /* mica blue color */

  /* sunbeam blue color */

  /* mustang yellow color */

  /* old ferrari red color */

  /* -- fantasy name of "green" color to be defined -- */

  /* -- fantasy name of "whatsapp" color to be defined -- */

  /* -- fantasy name of "red" color to be defined -- */
  --color-red-500: #eb5757;

  /* tarmac grey color */
  --color-tarmac-grey-500: #838383;
  --color-tarmac-grey-700: #303030;

  /* brand colors */
}
/* Depricated. Do Not Use */
:root {
  --spacing-2: 8px;
  --spacing-4: 16px;
}
:root {
  /* Font families */

  /* Font weights */
}
/*
  Heading
*/
/*
  Sub-Heading
*/
/*
  Body
*/
/*
  Caption
*/
/*
  Overline
*/
/*
  Button
*/
/*
  Button Old - DO NOT USE
*/
/* If this is ever changed please update breakpoints.json as well */
/* Mobile */
/* Tablet */
/* Desktop */
/* Default theme (light) */
:root {
  /*
    Colors
  */
  --color-error-500: var(--color-red-500);
  --color-neutral-500: var(--color-tarmac-grey-500);
  --color-neutral-700: var(--color-tarmac-grey-700);

  /*
    Sizes
  */
}
body {
  color: var(--color-neutral-700);
}
.counter {
  padding: 0 var(--spacing-4) 0 var(--spacing-2);
  float: right;
  font-size: 12px;
  color: var(--color-neutral-500);
}
.countLength {
  display: inline;
  color: var(--color-neutral-700);
}
.countLengthError {
  color: var(--color-error-500);
}
