@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: #515455;
    --bs-link-hover-color: #1294da;
}

.game-details-link a {
    color: #1294da; /* Idle color */
    text-decoration: underline;
}

.game-details-link a:visited {
    color: #1294da; /* Visited color */
    text-decoration: underline;
}

.game-details-link a:hover {
    color: #20affc; /* Hover color */
    text-decoration: underline;
}

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

.color-header {
    background-color: #d0d5d9;
}

.game-thumbnail {
    text-decoration: none;
}

.game-details-field {
    color: #307295;
}

.text-logo {
    color: #515455;
    font-size: 20px;
    font-family: 'Prompt-Bold', sans-serif !important;
}

.text-footer {
    color: #515455;
}

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

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

.card-text {
    color: #f6fdff;
    font-family: 'Prompt', sans-serif !important;
    font-size: 18px;
}

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

.border-color-game {
    border-color: #d0d5d9;
}

.bg-card-header {
    background-color: #686e73;
}

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