* {
  /* Reset margins and padding */
  margin: 0;
  padding: 0;
}

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

address,
area,
article,
aside,
audio,
blockquote,
datalist,
details,
dl,
fieldset,
figure,
form,
input,
iframe,
img,
meter,
nav,
ol,
optgroup,
option,
output,
p,
pre,
progress,
ruby,
section,
table,
textarea,
ul,
video {
  /* Margins for most elements */
  margin-bottom: 1rem;
}

html, input, select, button {
  /* Set body font family and some finicky elements */
  font-family: var(--wp--custom--typography--font-family--primary);
}

/*# sourceMappingURL=reset.css.map */
