@font-face {
  font-family: "SimplonBP Light";
  src: local(Simplon BP Light),
    url("/fonts/simplon/SimplonBP-Light.woff") format("woff"),
    url("/fonts/simplon/SimplonBP-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "SimplonBP";
  src: local(Simplon BP Regular),
    url("/fonts/simplon/SimplonBP-Regular.woff") format("woff"),
    url("/fonts/simplon/SimplonBP-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "SimplonBP Medium";
  src: local(Simplon BP Medium),
    url("/fonts/simplon/SimplonBP-Medium.woff") format("woff"),
    url("/fonts/simplon/SimplonBP-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "SimplonBP Bold";
  src: local(Simplon BP Bold),
    url("/fonts/simplon/SimplonBP-Bold.woff") format("woff"),
    url("/fonts/simplon/SimplonBP-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Simplon Headline";
  src: local(Simplon Headline),
    url("/fonts/simplon/SimplonOi-Headline.woff") format("woff"),
    url("/fonts/simplon/SimplonOi-Headline.ttf") format("truetype");
  font-weight: 700;
}

body {
  font-family: "SimplonBP", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Simplon Headline", sans-serif;
  font-weight: 300;
}

h4 {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

button {
  font-family: "SimplonBP", sans-serif;
  font-weight: 500px;
}

p {
  font-family: "SimplonBP", sans-serif;
  font-size: 16px;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.iconAction {
  font-size: 16px;
}

.iconAvatar {
  font-size: 1.5rem;
}


.h1-responsive {
  font-size: 150%
}

.h2-responsive {
  font-size: 145%
}

.h3-responsive {
  font-size: 135%
}

.h4-responsive {
  font-size: 135%
}

.h5-responsive {
  font-size: 135%
}

@media (min-width: 576px) {
  .h1-responsive {
      font-size:170%
  }

  .h2-responsive {
      font-size: 140%
  }

  .h3-responsive {
      font-size: 125%
  }

  .h4-responsive {
      font-size: 125%
  }

  .h5-responsive {
      font-size: 125%
  }
}

@media (min-width: 768px) {
  .h1-responsive {
      font-size:200%
  }

  .h2-responsive {
      font-size: 170%
  }

  .h3-responsive {
      font-size: 140%
  }

  .h4-responsive {
      font-size: 125%
  }

  .h5-responsive {
      font-size: 125%
  }
}

@media (min-width: 992px) {
  .h1-responsive {
      font-size:200%
  }

  .h2-responsive {
      font-size: 170%
  }

  .h3-responsive {
      font-size: 140%
  }

  .h4-responsive {
      font-size: 125%
  }

  .h5-responsive {
      font-size: 125%
  }
}

@media (min-width: 1200px) {
  .h1-responsive {
      font-size:250%
  }

  .h2-responsive {
      font-size: 200%
  }

  .h3-responsive {
      font-size: 170%
  }

  .h4-responsive {
      font-size: 140%
  }

  .h5-responsive {
      font-size: 125%
  }
}
