@font-face {
    font-family: '喵字果汁体';
    src: url('https://clb-cdn.pages.dev/fonts/MiaoZi-GuoZhiTi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cascadia Code';
    src: url('https://clb-cdn.pages.dev/fonts/CascadiaCode.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Cascadia Code', '喵字果汁体', 'Courier New', Courier, monospace, sans-serif;
}


div,
span,
a,
p,
ul,
li,
ol,
dl,
dt,
dd,
table,
th,
td,
form,
input,
textarea,
button {
    font-family: cascadia code, '喵字果汁体', sans-serif;
}

.ant-slider {
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 15px;
}

#control-buttons button {
    margin-right: 10px;
}

.play-btn {
    display: flex;
    justify-content: center;
}

.ant-slider-rail,
.ant-slider-track {
    height: 30px;
    border-radius: 10px;
}

.ant-slider-handle {
    width: 50px;
    height: 50px;
    margin-top: -10px;
}

body,
html {
    height: 99vh;
}

.aplayer {
    width: 99vw;
}