/*
 * Self-hosted certificate fonts for the template editor's WYSIWYG preview. Same families the server-side
 * PDF renderer uses (D5), so the on-screen layout matches print. All families are SIL Open Font License 1.1
 * (see OFL-LICENSE.txt). Family names must match CertificateFontCatalog.Families exactly.
 */

@font-face {
    font-family: 'Cinzel';
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/certificates/Cinzel-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Cinzel';
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/certificates/Cinzel-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/certificates/CormorantGaramond-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/certificates/CormorantGaramond-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/certificates/Lato-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/certificates/Lato-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/certificates/Montserrat-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/certificates/Montserrat-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Great Vibes';
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/certificates/GreatVibes-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'JetBrains Mono';
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/certificates/JetBrainsMono-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'JetBrains Mono';
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/certificates/JetBrainsMono-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/certificates/Inter-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/certificates/Inter-Bold.woff2') format('woff2');
}
