@font-face {
    font-family: 'nove';
    src: url('../fontes/novecento/Nove.woff2') format('woff2'),
        url('../fontes/novecento/Nove.woff') format('woff'),
        url('../fontes/novecento/Nove.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --verde: #23C039;
    --laranja: #F66864;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'nove' !important;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.img-junior {
    width: 100%;
    height: auto;
    max-width: 500px;
}

.btn-link {
    background-color: #b4b4b4 !important;
    text-decoration: none !important;
    color: #000000 !important;
    font-weight: bolder !important;
}

.btn-link:hover {
    background-color: #8a8888 !important;
    transform: scale(1.1) !important;
    transition: 0.9s !important;
}

.img-projetos {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    /* fundo escuro */
    border-radius: 50%;
    padding: 20px;
    background-size: 55% 55%;
}