a, p, b, 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;
}
span {
    text-decoration: none;
    margin: 0;
}
body {
    font-family: "Figtree", sans-serif;
    color: var(--medio);
}

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

.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-family: 'Soulls', poppins;
    font-size: 55px;
    letter-spacing: -2.5px;
    font-weight: 700;
    line-height: 1;
}
h1 {
    font-family: 'Soulls', poppins;
    font-size: 45px;
    letter-spacing: -1.5px;
    font-weight: 700;
    line-height: 1;
}
h2 {
    font-family: 'Soulls', poppins;
    font-size: 35px;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 1;
}
h3 {
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: 600;
    line-height: 1;
}
h4 {
    font-size: 20px;
    letter-spacing: -0.5px;
    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: 11px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

svg {
  flex-shrink: 0;
}