:root {
  --radius: 0.5rem;
  --padding: 1rem;
}


@media (min-width: 700px) {
  :root {
    --padding: 2rem;
  }
}
