/* Acolher e Crescer — brand fonts */
@font-face {
  font-family: "Benguiat";
  src: url("fonts/Benguiat-Book.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Benguiat";
  src: url("fonts/Benguiat-BookItalic.otf") format("opentype");
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Benguiat";
  src: url("fonts/Benguiat-Medium.otf") format("opentype");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Benguiat";
  src: url("fonts/Benguiat-MediumItalic.otf") format("opentype");
  font-weight: 500; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Benguiat";
  src: url("fonts/Benguiat-Bold.otf") format("opentype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Benguiat";
  src: url("fonts/Benguiat-BoldItalic.otf") format("opentype");
  font-weight: 700; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Breasto";
  src: url("fonts/BreastoDisplay.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
