/* ============================================
   LOCAL SERIF FONTS
   Merriweather (Body) + Playfair Display (Headings)
   ============================================ */

/* Merriweather - Light 300 */
@font-face {
    font-family: 'Merriweather';
    src: url('merriweather/Merriweather_24pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Merriweather - Regular 400 */
@font-face {
    font-family: 'Merriweather';
    src: url('merriweather/Merriweather_24pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Merriweather - Bold 700 */
@font-face {
    font-family: 'Merriweather';
    src: url('merriweather/Merriweather_24pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Merriweather - Italic */
@font-face {
    font-family: 'Merriweather';
    src: url('merriweather/Merriweather_24pt-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Playfair Display - Regular 400 */
@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-display/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Playfair Display - Medium 500 */
@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-display/PlayfairDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Playfair Display - SemiBold 600 */
@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-display/PlayfairDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Playfair Display - Bold 700 */
@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-display/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
