/* Crimson Pro */
@font-face {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    size-adjust: var(--font-crimson-size-adjust);
    src: url('/fonts/CrimsonPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Crimson Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/CrimsonPro-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    size-adjust: var(--font-crimson-size-adjust);
    src: url('/fonts/CrimsonPro-SemiBold.ttf') format('truetype');
}

/* Noto Serif */
@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    size-adjust: var(--font-noto-size-adjust);
    src: url('/fonts/NotoSerif-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Serif';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/NotoSerif-Italic.ttf') format('truetype');
}

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