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

html {
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

body {
  background: var(--p4-color-white);
  color: var(--p4-color-text);
  font-family: var(--p4-font-family-latin);
  font-size: var(--p4-core-font-size-14);
  line-height: var(--p4-core-line-height-20);
  -webkit-font-smoothing: antialiased;
}
