@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
    --bs-custom1: #0f2e82;
    --bs-custom2: #1d4ed8;
}

body {
    font-family: 'Space Grotesk', sans-serif;
    color: #374151;
}

h1, h2, h3, h4, h5, .navbar-brand {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    color: #111111;
}

a {
    font-weight: 500;
    text-decoration: none;
    color: #0f2e82;
}

a:hover {
    color: #1d4ed8;
}

.bg-custom {
    background-color: #f8f8f8;
    padding: 1rem;
    border-radius: 5px;
}

.border-custom {
    border-color: var(--bs-custom1) !important;
}

/* Homepage Albums */
.image-holder {
    overflow: hidden;
}


.accordion-button:not(.collapsed) {
    background-color: #f8f8f8;
}

/* Rating stars */

.ratings {
    margin-right:10px;
}

.ratings i {
    font-size:18px;
}

.rating-color,
.fa-star{
    color: black;
}

.review-count {
    margin-bottom:2px;
}

.small-ratings i {
    font-size:12px;
}

.review-stat {
    font-weight:300;
    font-size:14px;
    margin-bottom:2px;
}

.row-table {
}

#releasesList {
    border: solid #CCC;
    border-radius: 10px;
    padding: 1em 1em 1em 1em;
}
