/* ============================================
   LOCAL GOOGLE FONTS
   Playfair Display + Inter (latin subset)
   ============================================ */

/* Playfair Display — Regular 400 */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('playfair-display-400-normal.woff2') format('woff2');
}

/* Playfair Display — Medium 500 */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('playfair-display-500-normal.woff2') format('woff2');
}

/* Playfair Display — Italic 400 */
@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('playfair-display-400-italic.woff2') format('woff2');
}

/* Playfair Display — Italic 500 */
@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('playfair-display-500-italic.woff2') format('woff2');
}

/* Inter — Light 300 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('inter-300-normal.woff2') format('woff2');
}

/* Inter — Regular 400 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('inter-400-normal.woff2') format('woff2');
}

/* Inter — Medium 500 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('inter-500-normal.woff2') format('woff2');
}
