/* Font Definitions */
@font-face {
    font-family: 'Songti-SC-Black';
    src: url('../fonts/Songti-SC-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Songti-SC-Bold';
    src: url('../fonts/Songti-SC-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Songti-SC-Regular';
    src: url('../fonts/Songti-SC-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Keep Google Fonts as fallback for non-Chinese text and browsers that don't support Songti */
/* Montserrat fallback */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
         url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
         url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Playfair Display fallback */
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* .quote-text {
    font-family: 'Songti-SC-Black', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.author-name {
    font-family: 'Songti-SC-Bold', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.quote-source {
    font-family: 'Songti-SC-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
} */