@font-face {
    font-family: 'MinecraftRegular';
    src: url('fonts/MinecraftRegular-Bmg3.otf') format('truetype');
}

:root {
    --bs-body-font-family : 'MinecraftRegular', Arial, sans-serif;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

.carousel-indicators button{
    background-color: rgba(255, 255, 255, 0.664) !important;
}

.carousel-control-prev-icon {
    filter: brightness(0);
}

.carousel-control-next-icon {
    filter: brightness(0);
}

.player-name {
    font-size: clamp(1rem, 2vw, 2rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#serverStatus {
    display: flex;
    align-items: center;
    margin-inline: 20px;
    width: fit-content;
    height: fit-content;
    border: medium solid #343a40;
    padding: 10px;
    border-radius: 20px;
    
}

#statusSymbol {
    width: 20px;
    height: 20px;
    border-radius: 50%;;
    background-color: #343a40; ;
}


