:root {
    --colorOne: #2f576e;
    --colorTwo: #fff;
    --colorThree: #2f576eab;
    --colorFour: #3383b1;
    --colorFive: #e7f2ef;
    --colorSix: #000000;
    --colorSeven: #7f93f1;
    --colorEight: #4b4b4b;
    --colorNine: #c5dce9;
    --borderRadiusSize: 4px;
    
    --font-titles: 'League Spartan', sans-serif;
    --font-content: 'Glacial Indifference', sans-serif;
}

*:not(i) {
    font-family: var(--font-content) !important;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, .league-spartan {
    font-family: var(--font-titles) !important;
    font-weight: 700; /* League Spartan luce mejor en negrita */
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}
.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.border-input-form {
    border-bottom: 2px solid var(--colorOne) !important;
}

.color-title-backImage {
    color: var(--colorTwo) !important;
}

.height-image-galeria {
    height: 480px !important;
}