@font-face {
    font-family: AsapSharp;
    src: url("../fonts/AsapSharp-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: AsapSharp;
    src: url("../fonts/AsapSharp-Bold.ttf");
    font-weight: 700;
}

.juicy-player-controller {
    background-color: orange;

    color: black;

    font-family: "AsapSharp";
    text-align: center;

    border: solid black 2px;
}

.juicy-player-controller > hr {
    border: solid black 1px;
}