/**
 * Myriad Pro — tipografia oficial Figueira (Manual de Identidade Visual, p.16)
 * Arquivos: assets/fonts/myriad-pro/
 */
@font-face {
  font-family: "Myriad Pro";
  src: url("MyriadPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-SEMIBOLD.OTF") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-SEMIBOLDIT.OTF") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-BOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-BOLDIT.OTF") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Mapear 800 → Bold (manual não tem ExtraBold) */
@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-BOLD.OTF") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
