﻿* {
    --dark-color: #222;
}


body {
    font-family: outfit-bold, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.7;
    text-align: center;
    /* --*/ counter-reset: option;
}


h1,
h2,
h3 {
   /* font-family: "Roboto", serif;*/
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1;
}

/*----------------
------------------
HEADER (GENERAL)
------------------
-----------------*/

.modal-nav__list {
    /*font-family: "Fraunces", serif;*/
    font-size: 1.5rem;
}

.modal-nav .nav__item {
    margin-bottom: 1em;
}

.nav__list .nav__link {
    font-size: 0.75rem;
}


.digsig_box__title {
    font-weight: bold;    
    color: var(--dark-color);
}

.digsig_box__description {
    font-style: italic;    
    font-weight: 300;
}


.digsig_box__value {
    font-weight: bold;
    color: #565656;
}

.title_struct {
    font-weight: bold;
    color: black;
}

.title_struct_aux {
    font-weight: normal;
    color: var(--color-gray-4);
}

.value_struc {
    font-weight: normal;
    color: black;
}