/* Colors */
:root {
  --primary: #ff3b3f;
  --secondary: #caebf2;

  --background: var(--white);
}