*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  font-family: 'Inter 18pt', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #261c18;
  background: #fff8ee;
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img,
picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

input,
textarea,
select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
}

textarea {
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid rgba(205, 66, 42, 0.35);
  outline-offset: 4px;
}

::selection {
  color: #fffaf2;
  background: #c9432e;
}
