@import "./constants.css";

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

a {
  color: var(--highlight-color);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

html {
  background-color: var(--background-color);
  color: var(--main-color);
}

body {
  background-color: var(--background-color);
  color: var(--main-color);
  margin-bottom: var(--default-distance-medium);
  line-height: 1.5;
}

h1 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.15;
}

h4 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.15;
}

h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h6 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1;
}
