*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(252, 209, 22, 0.16), transparent 24rem),
    linear-gradient(180deg, #fbfcff 0%, var(--bg) 24%);
  color: var(--text);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.6;
}

a,
button,
input {
  font: inherit;
}

a {
  color: inherit;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

input {
  color: inherit;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}
