:root {
  /* colors */
  --color-alert: #fc5a03;
  /* font */
  --font-family: sans-serif;
  --font-size-general: 0.9em;
  /* button */
  --button-color: var(--color-alert);
}