.font-libre-franklin {
    font-family: 'Libre Franklin', 'Segoe UI', sans-serif;
}

.font-fraunces {
    font-family: 'Fraunces', 'Segoe UI', sans-serif;
}

.font-ubuntu {
    font-family: 'Ubuntu', sans-serif;
}

.bold {
    font-weight: bold;
}

.not-bold {
    font-weight: normal;
}

.align-center {
    text-align: center;
}

.title-org {
    font-family: 'ubuntu', sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
}

.tag {
    background: #efefef;
    color: #777;
    border-radius: 2rem;
    padding: 0.3rem 1rem;
    font-family: 'Ubuntu', sans-serif;
    display: inline-block;
}

.gabon {
    color: #006428;
    font-family: "Italiana", sans-serif;
    font-weight: 500;
    font-style: bold;
    font-size: 2.0em;
}

.gabon2 {
    color: white;
    font-family: "Italiana", sans-serif;
    font-weight: 500;
    font-style: bold;
    font-size: 2.0em;
}