/* =========================================================================
   Etéra Work — Fontes
   Sinkin Sans e TT Norms não existem no Google Fonts.
   Arquivos servidos localmente a partir do handoff (formato OTF).
   ========================================================================= */

/* --- Sinkin Sans ($font-family-01) -------------------------------------- */

@font-face {
  font-family: "Sinkin Sans";
  src: url("../fonts/SinkinSans-300Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sinkin Sans";
  src: url("../fonts/SinkinSans-400Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sinkin Sans";
  src: url("../fonts/SinkinSans-500Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* --- TT Norms ($font-family-02) ----------------------------------------- */
/* O handoff só traz o peso Regular. Por decisão do projeto, os estilos
   Label e Label SM usam Regular (400) no lugar do Light (300) do Figma. */

@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
