/* =========================================================
   NEXUS ECOSYSTEM · RESET Y BASE
   ========================================================= */

*,
*::before,
*::after{
  box-sizing: border-box;
}

html{
  height: 100%;
  scroll-padding-top: calc(var(--header-h) + 14px);
}

body{
  min-height: 100vh;
  margin: 0;
  padding: 0 !important;
  overflow-x: hidden;
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text-main);
  background: #fff;
  line-height: 1.25;
}

a{
  color: inherit;
  text-decoration: none;
}

img{
  display: block;
  max-width: 100%;
}
