
@font-face
{
  font-family: "interMeduim";
  src: url(/font/intermeduim.ttf) format("woff");
}
@font-face
{
  font-family: "interBold";
  src: url(/font/interblack.ttf) format("woff");
}
@font-face
{
  font-family: "interLight";
  src: url(/font/interlight.ttf) format("woff");
}
@layer utilities {
  .content-auto {
    content-visibility: auto;
  }
}

.font-black
{
    font-family: "interBold";
}
.bg-bleu
{
  background-color: #1199EE;
}
.bg-vert
{
  background-color: #1A5036;
}

h1,h2,h3,h4,h5,h6
{
  font-family: "interBold"; 
}