/*
 * Self-hosted web fonts and typography.
 */

/********************************************************************************
   Cormorant Garamond (display serif for headings)
   Google Fonts: https://fonts.google.com/specimen/Cormorant+Garamond
   download: https://gwfh.mranftl.com/fonts/cormorant-garamond?subsets=latin,latin-ext
********************************************************************************/

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/cormorant-garamond/cormorant-garamond-v21-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/cormorant-garamond/cormorant-garamond-v21-latin_latin-ext-italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/cormorant-garamond/cormorant-garamond-v21-latin_latin-ext-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/cormorant-garamond/cormorant-garamond-v21-latin_latin-ext-700italic.woff2') format('woff2');
}

/********************************************************************************
   Source Serif 4 (text serif for body content)
   Google Fonts: https://fonts.google.com/specimen/Source+Serif+4
   download: https://gwfh.mranftl.com/fonts/source-serif-4?subsets=latin,latin-ext
********************************************************************************/

@font-face {
    font-family: 'Source Serif 4';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/source-serif-4/source-serif-4-v14-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Source Serif 4';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/source-serif-4/source-serif-4-v14-latin_latin-ext-italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Source Serif 4';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/source-serif-4/source-serif-4-v14-latin_latin-ext-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Source Serif 4';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/source-serif-4/source-serif-4-v14-latin_latin-ext-700italic.woff2') format('woff2');
}

/********************************************************************************
   Typography
********************************************************************************/

:root {
    --egregii-font-family-head: 'Cormorant Garamond', 'Cormorant', Georgia, serif;
    --egregii-font-family-body: 'Source Serif 4', Georgia, 'Iowan Old Style', 'Apple Garamond', serif;
}