* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(143, 211, 193, 0.35), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(244, 221, 227, 0.6), transparent 26%),
    linear-gradient(180deg, #fbf7f2 0%, #f4efe8 100%);
  min-height: 100vh;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
}
