html {
  scroll-behavior: smooth;
}

a,
address,
article,
b,
body,
center,
code,
dd,
div,
dl,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
menu,
nav,
ol,
p,
q,
s,
section,
span,
strong,
summary,
time,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: inherit;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
*, ::after, ::before {
  box-sizing: border-box;
}


ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol, ul {
  margin: 0 0 1.5rem 2rem;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}

html body {
  font-size: 100%;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--color-text);
  background-color: var(--color-white);
  line-height: 1.5;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}