html {
  scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  border: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  background: var(--color-background-primary);
  color: var(--color-text-primary);
  font-family: var(--font-family-sans);
  font-feature-settings: 'kern';
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  -webkit-font-smoothing: antialiased;
}

body.header-menu-active {
  overflow: hidden;
}

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

ol,
ul {
  list-style: none;
}

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

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

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

svg:not(:root) {
  overflow: hidden;
}

main,
section {
  display: block;
}
