@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
root{

}
html, body{
    font-family: "Poppins", sans-serif !important;
}
.site-container h1{
    font-weight: 700;
    font-size: clamp(2.75rem, 2.575242718446602rem + 0.48543689320388345vw, 3rem); /* 44px to 48px */
}
.site-container h2,.site-container .featured p{
    font-weight: 700;
    font-size: clamp(1.75rem, 1.575242718446602rem + 0.48543689320388345vw, 2rem);/* 28px to 342x */
}
.site-container h3{
    font-weight: 700;
    font-size: clamp(1.25rem, 1.075242718446602rem + 0.48543689320388345vw, 1.5rem); /* 20px to 24px */
}
.site-container p{
    font-weight: 400;
    font-size: clamp(1rem, 0.912621359223301rem + 0.24271844660194172vw, 1.125rem); /* 16px to 18px */
}
.site-container a{
    font-weight: 400;
    color: black;
    text-decoration: none;
    font-size: clamp(1rem, 0.912621359223301rem + 0.24271844660194172vw, 1.125rem); /* 16px to 18px */
}
.site-container .destacado{
    font-weight: 700;
}
