* {
  box-sizing: border-box;
}

/* Ensure the HTML `hidden` attribute actually hides elements.
   Without this, component display rules (e.g. flex) can override UA defaults. */
[hidden] {
  display: none !important;
}

body {
  margin: 0;
  font-family: "Merriweather", serif;
  font-size: 14px;
  color: var(--color-text);
  background: var(--color-bg);
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
textarea {
  font-family: inherit;
}
