body {
    background-image: url('./mate.png');
    background-size: 40%;
    background-repeat: repeat;
}

@font-face {
    font-family: FontAbsorbante;
    src: url(./FontAbsorbante.otf);
    kerning: 3ch;
}

.font-absorbante {
    font-family: FontAbsorbante;
}

.font-subtitlu {
    font-family: Amatic SC;
    text-align: center;
}

.iele-border {
    border-color: #c1282e;
}

.iele-background {
    background-color: #c1282e;
}

.logo-alb {
    filter: brightness(0) invert(1);
}

.nav-link.active {
    background-color: #F20505 !important;
}

@bs-accordion-active-bg: #c1282e !important;
