/* Kind Sans – police maison Belife */
@font-face {
  font-family: "Kind Sans";
  src: url("/assets/fonts/kindsans/KindSansLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kind Sans";
  src: url("/assets/fonts/kindsans/KindSansRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kind Sans";
  src: url("/assets/fonts/kindsans/KindSansMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kind Sans";
  src: url("/assets/fonts/kindsans/KindSansSemibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kind Sans";
  src: url("/assets/fonts/kindsans/KindSansBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kind Sans";
  src: url("/assets/fonts/kindsans/KindSansRegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
