*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Spoqa Han Sans Neo", "sans-serif";
}

body {
  font-size: 14px;
  color: var(--G_700);
}

button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
}
input {
  all: unset;
  box-sizing: border-box;
  cursor: auto;
}

:root {
  --Radius_400: 16px;
  --Radius_300: 12px;
  --Radius_200: 8px;
  --Radius_100: 4px;
}
