/*==================================================
                    TIPOGRAFIA
==================================================*/

:root {

      --font-family: 'Manrope', sans-serif;

}

html {

      scroll-behavior: smooth;

}

body {

      font-family: var(--font-family);

      font-size: 16px;

      font-weight: 500;

      color: #1F2937;

      -webkit-font-smoothing: antialiased;

      -moz-osx-font-smoothing: grayscale;

}

h1,
h2,
h3,
h4,
h5,
h6 {

      font-family: var(--font-family);

      font-weight: 800;

      letter-spacing: -1px;

}

p {

      line-height: 1.8;

}

a {

      text-decoration: none;

}

strong {

      font-weight: 700;

}