﻿@font-face {
    font-family: 'Patria';
    src: url('../../fonts/PATRIA_REGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.paragah-produccion {
    font-family: 'Patria', sans-serif;
    font-size: 14px;   
    text-align:justify;
}

.link-guinda {
    color: #701a33; /* Guinda */
    font-weight:bold;
    text-decoration: none;
}

    .link-guinda:hover {
        color: #8b1e3f; /* Guinda un poco más claro al pasar el mouse */
        text-decoration: underline;
    }