@font-face {
    font-family: 'PAP Winchell';
    src: url(./assets/fonts/PAPWinchell-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'PAP Winchell';
    src: url(./assets/fonts/PAPWinchell-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
/* @font-face {
    font-family: 'Paxaurora Sans';
    src: url(./assets/fonts/PaxauroraSans-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Paxaurora Sans';
    src: url(./assets/fonts/PaxauroraSans-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
} */

* {
    font-family: 'PAP Winchell';
}
.time__time___10Maj {
    font-feature-settings: "tnum" !important;
}
.title__title___324Zx {
    font-weight: 700;
    /* font-feature-settings: "ss08" 1, "ss09" 1; */
    font-size: 20px !important;
    line-height: 30px !important;
}
.progress__played___1dShL {
    background-image: linear-gradient(to right, #55ddff, #2ad4ff) !important;
}
body {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #000000;
}
#content {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}