:root {
  /* Colors — Primary */

  /* Colors — Neutrals */
  --color-neutral-50: #000000;

  /* Colors — Text */
  --color-text: #000000;

  /* Typography — Families */
  --font-body: 'Times', sans-serif;

  /* Typography — Scale */
  --font-size-16: 16px;
  --font-size-13: 13px;

  /* Spacing */
  --spacing-8: 8px;
  --spacing-13: 13px;

  /* Original Site Variables */
  /* — semantic — */
  success: [object Object];
  warning: [object Object];
  error: [object Object];
  info: [object Object];

}