@font-face {
    font-family: 'CustomFont';
    src: url('/assets/font/DFPKingGothicGB-Regular.woff2') format('truetype')
}

body {
    font-family: 'CustomFont', sans-serif
}

* {
    font-weight: bold
}

.aplayer {
    font-family: CustomFont
}

.markdown-body code,
.markdown-body pre {
    font-family: 'CustomFont' !important
}

.pdf-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.responsive-pdf {
    width: 100%;
    height: 70vh;
    min-height: 500px;
    max-height: 800px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}