/* =========================================
   RESET + BASE
========================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Elms Sans", sans-serif;
  overflow-x: hidden;
  background: #ffffff;
}

/* TIPOGRAFÍAS */

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-weight: 800;
  letter-spacing: 1px;
}

p {
  line-height: 1.9;
  letter-spacing: 0.5px;
}

/* SCROLL */

#nosotros {
  scroll-margin-top: 120px;
}

