:root {
  --bg-a: #f3efe5;
  --bg-b: #d9d2bf;
  --ink: #2f2418;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
}
