@font-face {
    font-family: 'TT Firs Neue';
    src: url('../fonts/TTFirsNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url('../fonts/TTFirsNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url('../fonts/TTFirsNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url('../fonts/TTFirsNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.process .process-step-circle-primary {
    border-color: var(--bs-primary);
}

.process .process-step-circle-primary .process-step-circle-content {
    color: var(--bs-primary);
}

.process .process-step:hover .process-step-circle-primary {
    background-color: var(--bs-primary);
}

.process .process-step:hover .process-step-circle-primary .process-step-circle-content {
    color: #FFF;
}

.process .process-step-circle-secondary {
    border-color: var(--bs-secondary);
}

.process .process-step-circle-secondary .process-step-circle-content {
    color: var(--bs-secondary);
}

.process .process-step:hover .process-step-circle-secondary {
    background-color: var(--bs-secondary);
}

.process .process-step:hover .process-step-circle-secondary .process-step-circle-content {
    color: #FFF;
}

.process .process-step-circle-tertiary {
    border-color: var(--bs-tertiary);
}

.process .process-step-circle-tertiary .process-step-circle-content {
    color: var(--bs-tertiary);
}

.process .process-step:hover .process-step-circle-tertiary {
    background-color: var(--bs-tertiary);
}

.process .process-step:hover .process-step-circle-tertiary .process-step-circle-content {
    color: #FFF;
}

.process .process-step-circle-quaternary {
    border-color: var(--bs-quaternary);
}

.process .process-step-circle-quaternary .process-step-circle-content {
    color: var(--bs-quaternary);
}

.process .process-step:hover .process-step-circle-quaternary {
    background-color: var(--bs-quaternary);
}

.process .process-step:hover .process-step-circle-quaternary .process-step-circle-content {
    color: #FFF;
}

.overlay-primary:before {
    background-color: var(--bs-primary);
    opacity: 0.7;
}

.overlay-primary:hover:before {
    opacity: 0.8;
}

.post h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 4.5rem; /* altura aproximada de 3 líneas */
    line-height: 1.5;
}

.post h4 a {
    display: block;
    height: 100%;
}
