/*
 * GMR Infra self-hosted fonts (v1.23.5)
 * Variable fonts sourced from Google Fonts (open-source licenses: Inter — SIL OFL, Playfair Display — SIL OFL).
 * Latin subset only.
 */
@font-face {
    font-family: 'Inter';
    src: url('inter-var-latin.woff2') format('woff2-variations'),
         url('inter-var-latin.woff2') format('woff2');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-display-var-latin.woff2') format('woff2-variations'),
         url('playfair-display-var-latin.woff2') format('woff2');
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
}
