.listen,
.available,
.section-title {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.release-title {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.release-date {
    opacity: 0.75;
    margin-top: 6px;
    margin-bottom: 20px;
    font-size: 16px;
}

.song-hero,
.container {
    text-align: center;
}

@media (max-width: 767px) {
    .release-title {
        font-size: 22px;
    }

    .release-date {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .cover {
        max-width: 220px;
    }

    .spotify-player iframe {
        height: 256px;
    }
}

@media (min-width: 768px) {
    .release-title {
        font-size: 20px;
    }

    .release-date {
        font-size: 16px;
    }
}