/**
 * CormorantInfant decorative serif — local TTFs.
 *
 * Extracted from fonts.css so it can be enqueued conditionally: every language
 * EXCEPT Greek loads this file. On Greek, eb-garamond-el.css declares the same
 * "CormorantInfant" family from EB Garamond's Greek-capable woff2 instead, so
 * this file (and its ~3 MB of Greek-less TTFs) is not requested there. See
 * inc/enqueue.php and the README font note.
 *
 * Relative src URLs resolve against this file's directory (assets/fonts/).
 */
@font-face {
    font-family: "CormorantInfant";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("CormorantInfant-Bold.ttf");
}
@font-face {
    font-family: "CormorantInfant";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("CormorantInfant-BoldItalic.ttf");
}
@font-face {
    font-family: "CormorantInfant";
    font-style: italic;
    font-weight: normal;
    font-display: swap;
    src: url("CormorantInfant-Italic.ttf");
}
@font-face {
    font-family: "CormorantInfant";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("CormorantInfant-Light.ttf");
}
@font-face {
    font-family: "CormorantInfant";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("CormorantInfant-LightItalic.ttf");
}
@font-face {
    font-family: "CormorantInfant";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("CormorantInfant-Medium.ttf");
}
@font-face {
    font-family: "CormorantInfant";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("CormorantInfant-MediumItalic.ttf");
}
@font-face {
    font-family: "CormorantInfant";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("CormorantInfant-Regular.ttf");
}
@font-face {
    font-family: "CormorantInfant";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("CormorantInfant-SemiBold.ttf");
}
@font-face {
    font-family: "CormorantInfant";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("CormorantInfant-SemiBoldItalic.ttf");
}
