@font-face {
    font-family: RTL United Text;
    src: url(./fonts/RTLUnitedText-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: RTL United Text;
    src: url(./fonts/RTLUnitedText-RegularItalic.woff2);
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: RTL United Text;
    src: url(./fonts/RTLUnitedText-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: RTL United Text;
    src: url(./fonts/RTLUnitedText-BoldItalic.woff2);
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: RTL United Text;
    src: url(./fonts/RTLUnitedText-Light.woff2);
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: RTL United Text;
    src: url(./fonts/RTLUnitedText-LightItalic.woff2);
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

:root {
    font-family: RTL United Text,sans-serif;
    color-scheme: light dark;
    color: #f7f8f9;
    background-color: #000;

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

a {
    font-weight: 500;
    color: #646cff;
    text-decoration: inherit;
}
a:hover {
    color: #535bf2;
}

body {
    margin: 0;
    height: 100vh;
    overflow: hidden;
    --playback-logo-image: url('./rtl-plus-logo.svg');
}

.info-hint-icon svg {
    width: 36px;
    height: 36px;
}

cast-media-player {
    /*--ad-title: 'test-werbung';*/
    /*--break-color: red;*/
    --font-family: RTL United Text,sans-serif;
    --progress-color: white;
    --logo-image: url('./rtl-plus-logo.svg');
}


#splash-screen {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: RTL United Text,sans-serif;
}

#text-content {
    text-align: center;
    margin: 48px 0 48px 0;
}

.icon-and-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.icon-and-logo svg:first-child {
    padding-right: 25px;
    border-right: 8px solid white;
}

.headline {
    /*size: 42px;*/
    /*height: 96px;*/
    line-height: 48px;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 16px;
}

.body {
    /*height: 96px;*/
    line-height: 35px;
    font-weight: 400;
    font-size: 24px;
}

#app {
    padding: 4rem;
    display: flex;
    justify-content: center;
}

.fake-player {
    width: 800px;
    height: 600px;
    background: yellowgreen;
    z-index: 1000;
    position: absolute;
    top: 15%;
}

.player {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    height: 150px;
    width: 300px;
    margin-bottom: 32px;
}

.cover {
    background-color: #535bf2;
    margin-bottom: 2rem;
    border-radius: 4px;
    position: relative;
    max-height: 300px;
    max-width: 300px;
}

.cover img {
    border-radius: 4px;
    width: 100%;
    aspect-ratio: 1 / 1;
}

progress {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    /* opacity: 0.4; */
}

progress::-webkit-progress-value {
    background-color: linear-gradient(53.13deg, #3ca564 10.71%, #a6ce50 100%);
}

.title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 1rem;
}

.artist {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
}
