@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap');

body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.nav-item{
    font-weight: 600;
}

h1, h2, h3, h4, .encabezado_titulo, .footer_titulo, .btn{
    font-weight: 700;
}

.post_imagen{
    background: none !important;
}