a, p, b, span, nav, li, ul, label, h1, h2, h3, h4, h5, h6, input, textarea, select, option, button {
    text-decoration: none;
    font-family: "Figtree", sans-serif;
    margin: 0;
    color: var(--medio);
}
body {
    font-family: "Figtree", sans-serif;
    font-size: var(--body);
}

a, p, b, nav, li, ul, label, input, textarea, select, option, button {
    font-size: var(--body);
}
a:hover {
    color: var(--medio) !important;
}

.peque {
    font-size: 13px !important;
}

.two-lines {
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  overflow: hidden;  
  -webkit-line-clamp: 2; 
  text-overflow: ellipsis; 
}


h1.extra {
    font-size: 55px;
    letter-spacing: -2px;
    font-weight: 700;
    line-height: 1;
}
h1 {
    font-size: 45px;
    letter-spacing: -2px;
    font-weight: 600;
    line-height: 1;
}
h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
    font-weight: 600;
    line-height: 1;
}
h3 {
    font-size: 25px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 1;
}
h4 {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 1;
}
h5 {
    font-size: var(--body);
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}
h6 {
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}