/* Themify Custom Fonts - Source Sans 3 & Source Serif 4 */

/* Source Sans 3 - Body Font */
@font-face {
    font-family: 'source-sans-3-custom';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/uploads/fonts/source-sans-3-v19-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'source-sans-3-custom';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/uploads/fonts/source-sans-3-v19-latin-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'source-sans-3-custom';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/uploads/fonts/source-sans-3-v19-latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'source-sans-3-custom';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/uploads/fonts/source-sans-3-v19-latin-700italic.woff2') format('woff2');
}

/* Source Serif 4 - Heading Font */
/* Map font-weight 700 to the 600 font file (as per old site) */
@font-face {
    font-family: 'source-serif-4-custom';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/wp-content/uploads/fonts/source-serif-4-v14-latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'source-serif-4-custom';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('/wp-content/uploads/fonts/source-serif-4-v14-latin-600italic.woff2') format('woff2');
}

@font-face {
    font-family: 'source-serif-4-custom';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/uploads/fonts/source-serif-4-v14-latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'source-serif-4-custom';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/uploads/fonts/source-serif-4-v14-latin-600italic.woff2') format('woff2');
}

@font-face {
    font-family: 'source-serif-4-custom';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/wp-content/uploads/fonts/source-serif-4-v14-latin-800.woff2') format('woff2');
}

@font-face {
    font-family: 'source-serif-4-custom';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url('/wp-content/uploads/fonts/source-serif-4-v14-latin-800italic.woff2') format('woff2');
}

/* Apply fonts to body and headings */
body {
    font-family: 'source-sans-3-custom', Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'source-serif-4-custom', Georgia, serif !important;
}
