/*titre */
h1{
  font-family: "lektorat-text-variable", sans-serif;
  font-variation-settings: "wght" 1000;
  font-size: 40px;
}

.brother{
    font-family: "brother-1816", sans-serif!important;
    font-variation-settings: "wght" 1000!important;
}

/*texte big responsive petit*/
h2{
  font-family: "brother-1816", sans-serif!important;
  font-variation-settings: "wght" 700;
  font-size: 1rem;
  color: black;
  margin:0;
}

/*texte blanc grand*/
h3{
  font-family: "lektorat-text-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-size: 30px;
  color: white;
}

/*texte big responsive grand*/
h4{
  font-family: "lektorat-text-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 30px;
  color: black;
}

.h4petit{
  font-family: "brother-1816", sans-serif!important;
  font-weight: 300!important;
  font-size: 20px!important;
  color: black!important;
}

h5{
  font-family: "brother-1816", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  color: black;
}


/*texte menu blanc petit*/
h6{
  font-family: "brother-1816", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 17px;
  color: white;
}

p{
  font-family: "lektorat-text-variable", sans-serif;
  font-variation-settings: "wght" 100;
  font-size: 18px;
  color: black;
}

.nav-font a:hover{
 text-decoration: none!important;
  font-family: "brother-1816", sans-serif;
  font-weight: 600;
  color: black!important;
}