/* - - - typographie - - - */

@font-face {
  font-family: "TWK Continental";
  src: url("TWK\ Continental/TWK Continental-Regular.otf") format("open type");
}

body {
  max-width: 100vw;
  background-color: #eeeeee;
}

h1 {
  font-family: "TWK Continental", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 500;
  color: black;
  line-height: 0.8;
  margin: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

h2 {
  font-family: "TWK Continental", sans-serif;
  font-size: 0.74em;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "slnt" 0;
  color: #545454;
  line-height: 0.8;
  margin: 0;
}

h3 {
  font-family: "TWK Continental", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #545454;
  line-height: 1.1;
  margin: 0;
}

h4 {
  font-family: "TWK Continental", sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  color: black;
  line-height: 0rem;
  text-transform: uppercase;
}
a {
  text-decoration: none;
  color: black;
  h2,
  h3 {
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
  }
}
