@font-face {
    font-family: 'Halflings';
    src: url('/fonts/glyphicons-halflings-regular.woff2') format('woff2');
    font-weight: 500; /* Peso de la fuente ligero */
    font-style: normal; /* Estilo de la fuente */
}

:root{
    --bs-body-font-family: 'Halflings';
    --blue: #151d85;
}

body{
    font-family: 'Halflings' sans-serif !important;
    word-spacing: -30px;
}

.text-blue{
    color: var(--blue);
}

.row{
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dark-overlay{
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.link-blue {
    color: var(--blue)
}

@media (max-width:786px) {
    body{
        word-spacing: -20px;
    }
}