:root {
  --background: linear-gradient(-225deg, #eff0f0, #e8e8e8);
  --highlight-color: #8b7247;
  --box-shadow: 4px 2px 8px rgba(10, 10, 10, 0.1);
  --fonts: "Heimat", "Arial", "Verdana", "Georgia", "Times New Roman";
  --gradient: linear-gradient(
    135deg,
    rgba(250, 250, 250, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(245, 245, 245, 1) 100%
  );
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--fonts);
  font-size: 1.05rem;
}

html * {
  box-sizing: border-box;
}

button {
  font-family: var(--fonts);
}

svg {
  margin-bottom: 2.5px;
}

@font-face {
  font-family: "Heimat";
  src: url("fonts/Heimat\ Stencil.ttf");
}
