/* EcoSapa v0.17.0 — site-wide OTA typography system.
 * Keep icon-font elements untouched; text inherits Manrope naturally. */
:root{
  --es-font-sans:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --es-text:#253239;
  --es-text-soft:#68747a;
  --es-heading:#17272d;
  --es-red:#ED1C24;
  --es-red-dark:#A51F2D;
}
html body{
  font-family:var(--es-font-sans);
  color:var(--es-text);
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body button,body input,body select,body textarea{font-family:var(--es-font-sans)}
body h1,body h2,body h3,body h4,body h5,body h6{
  font-family:var(--es-font-sans);
  color:var(--es-heading);
  font-weight:700;
  letter-spacing:-.018em;
}
body h1{font-weight:800;letter-spacing:-.026em}
body strong,body b{font-weight:700}
body label{font-family:var(--es-font-sans);font-weight:600}
body .site-title,body .main-navigation,body .entry-title,body .page-title{font-family:var(--es-font-sans)}
