@charset "UTF-8";

@font-face {
    font-family: "Prompt";
    src: url("media/fonts/Prompt-Regular.ttf");
}

@font-face {
    font-family: "Prompt-Bold";
    src: url("media/fonts/Prompt-Bold.ttf");
}

@font-face {
    font-family: "Prompt-Italic";
    src: url("media/fonts/Prompt-Italic.ttf");
}

@font-face {
    font-family: "Prompt-Black";
    src: url("media/fonts/Prompt-Black.ttf");
}

:root {
    --bs-primary-rgb: 57, 129, 181;
    --bs-link-color: #ffffff;
    --bs-link-hover-color: #5DCBDC;
}

body {
    font-family: 'Prompt', sans-serif !important;
}

.color-header {
    background-color: #2A303C;
}

.text-white-muted {
    --bs-text-opacity: 1;
    /*color: rgba(#7fb3d8, var(--bs-text-opacity)) !important;*/
    color: #53afff !important;
  }

.h5, .h6 {
    font-family: 'Prompt', sans-serif !important;
    /*letter-spacing: 0.1rem;
    text-transform: uppercase;*/
}

.card-text {
    color: #ffffff;
}

.nav-pills {
    --bs-nav-pills-border-radius: 3.0rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #3377B0;
}

.border-color-game {
    border-color: #2A303C;
}

.bg-card-header {
    background-color: #2A303C;
}

.rounded-bottom-5 {
    border-bottom-right-radius: 1.9rem !important;
    border-bottom-left-radius: 1.9rem !important;
}