/* ============================
   Sans: Lato
   Pfad: ../../src/fonts/
   ============================ */

/* 900 – Black */
@font-face {
    font-family: 'Lato';
    src: url('../../src/fonts/Lato-Black.woff2') format('woff2'),
    url('../../src/fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* 900 – Black Italic */
@font-face {
    font-family: 'Lato';
    src: url('../../src/fonts/Lato-BlackItalic.woff2') format('woff2'),
    url('../../src/fonts/Lato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* 700 – Bold */
@font-face {
    font-family: 'Lato';
    src: url('../../src/fonts/Lato-Bold.woff2') format('woff2'),
    url('../../src/fonts/Lato-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* 700 – Bold Italic */
@font-face {
    font-family: 'Lato';
    src: url('../../src/fonts/Lato-BoldItalic.woff2') format('woff2'),
    url('../../src/fonts/Lato-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* 400 – Regular */
@font-face {
    font-family: 'Lato';
    src: url('../../src/fonts/Lato-Regular.woff2') format('woff2'),
    url('../../src/fonts/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 400 – Italic */
@font-face {
    font-family: 'Lato';
    src: url('../../src/fonts/Lato-Italic.woff2') format('woff2'),
    url('../../src/fonts/Lato-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* 300 – Light */
@font-face {
    font-family: 'Lato';
    src: url('../../src/fonts/Lato-Light.woff2') format('woff2'),
    url('../../src/fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* 300 – Light Italic */
@font-face {
    font-family: 'Lato';
    src: url('../../src/fonts/Lato-LightItalic.woff2') format('woff2'),
    url('../../src/fonts/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* 100 – Hairline */
@font-face {
    font-family: 'Lato';
    src: url('../../src/fonts/Lato-Hairline.woff2') format('woff2'),
    url('../../src/fonts/Lato-Hairline.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* 100 – Hairline Italic */
@font-face {
    font-family: 'Lato';
    src: url('../../src/fonts/Lato-HairlineItalic.woff2') format('woff2'),
    url('../../src/fonts/Lato-HairlineItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}



/* ============================
   Serif: Merriweather
   Pfad: ../../src/fonts/
   ============================ */

/* 300 – Light */
@font-face {
    font-family: 'Merriweather';
    src: url('../../src/fonts/Merriweather-Light.woff2') format('woff2'),
    url('../../src/fonts/Merriweather-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* 300 – Light Italic */
@font-face {
    font-family: 'Merriweather';
    src: url('../../src/fonts/Merriweather-LightItalic.woff2') format('woff2'),
    url('../../src/fonts/Merriweather-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
