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

html {
  min-height: 100%;
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background: linear-gradient(135deg, var(--oco-bg-1) 0%, var(--oco-bg-2) 50%, var(--oco-bg-3) 100%);
  color: var(--oco-text);
  font-family: var(--oco-font-body);
  font-size: var(--font-size-p);
  line-height: var(--line-height-body);
  letter-spacing: 0.06em;
  overflow-x: hidden;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--oco-text-strong);
  font-family: var(--oco-font-heading);
  font-weight: 700;
  letter-spacing: -0.01em;
}

h1 {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-heading);
}

h2 {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-tight);
}

p {
  margin: 0;
  color: var(--oco-text);
  font-size: var(--font-size-p);
  line-height: var(--line-height-body);
  letter-spacing: 0.06em;
}
