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

#wpadminbar {
  display: none;
}

html {
  margin: 0 !important;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: var(--font-base);
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  font: inherit;
}

time {
  font-family: var(--font-base);
}
