/* ============================================
   Fontes — Charpentier Sans Pro + Manjari
   ============================================
   Charpentier Sans Pro (© ingoFont) é comercial: confirmar a licença webfont
   antes de publicar. Para trocar de fonte, edite só este arquivo e o preload
   em includes/head.php.
   Os overrides igualam as métricas às do hhea, para Windows e macOS
   posicionarem o texto do mesmo jeito. */

@font-face {
  font-family: "Charpentier Sans Pro";
  src: url("../assets/fonts/charpentier-sans-pro-leger-italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  ascent-override: 63.2%;
  descent-override: 23.2%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Charpentier Sans Pro";
  src: url("../assets/fonts/charpentier-sans-pro-demi.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  ascent-override: 63.2%;
  descent-override: 23.2%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Manjari";
  src: url("../assets/fonts/manjari-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 73.2%;
  descent-override: 36.6%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Manjari";
  src: url("../assets/fonts/manjari-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  ascent-override: 73.2%;
  descent-override: 36.6%;
  line-gap-override: 0%;
}

:root {
  --font-display: "Charpentier Sans Pro", "Alegreya Sans", Optima, Candara, "Segoe UI", sans-serif;
  --font-text: "Manjari", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
