/* Clean static-site stylesheet for the exported yururito guesthouse page. */
:root {
  --site-max-width: 1120px;
  --ink: #2d3130;
  --paper: #fdfbf7;
  --wood: #5c4033;
  --accent: #d9a05b;
  --forest: #6e7e65;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Zen Maru Gothic", "Kiwi Maru", sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}
