/* ==========================================================================
   Fontes locais — The Creative Society
   Poppins: usada em todo o site (displays, textos, botões, footer)
   Helvetica Neue LT Std: usada APENAS nas bios (Rodrigo e Kleber)
   ========================================================================== */

/* -------------------------------- Poppins ------------------------------- */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Fonts/Poppins/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("Fonts/Poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("Fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("Fonts/Poppins/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("Fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("Fonts/Poppins/Poppins-Black.ttf") format("truetype");
}

/* --------------------------- Helvetica Neue LT Std ---------------------- */
@font-face {
  font-family: "Helvetica Neue LT Std";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("Fonts/Helvetica Neue Lt Std/HelveticaNeueLTStd45Light_22520.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Fonts/Helvetica Neue Lt Std/HelveticaNeueLTStd55Roman_22526.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("Fonts/Helvetica Neue Lt Std/HelveticaNeueLTStd75Bold_22539.ttf") format("truetype");
}
