/**
 * Local Font Definitions - FemNaturBalance
 * DSGVO-konform: Keine externe Verbindung zu Google
 */

/* ==========================================
   Cormorant Garamond - Light 300
   ========================================== */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/assets/fonts/cormorant-garamond-v16-latin-300.woff2') format('woff2');
}

/* ==========================================
   Cormorant Garamond - Regular 400
   ========================================== */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/cormorant-garamond-v16-latin-regular.woff2') format('woff2');
}

/* ==========================================
   Cormorant Garamond - Medium 500
   ========================================== */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/assets/fonts/cormorant-garamond-v16-latin-500.woff2') format('woff2');
}

/* ==========================================
   Cormorant Garamond - SemiBold 600
   ========================================== */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/assets/fonts/cormorant-garamond-v16-latin-600.woff2') format('woff2');
}

/* ==========================================
   Lato - Light 300
   ========================================== */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/assets/fonts/lato-v24-latin-300.woff2') format('woff2');
}

/* ==========================================
   Lato - Regular 400
   ========================================== */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/lato-v24-latin-regular.woff2') format('woff2');
}

/* ==========================================
   Lato - Medium 500
   ========================================== */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/assets/fonts/lato-v24-latin-500.woff2') format('woff2');
}

/* ==========================================
   Lato - Bold 700
   ========================================== */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/lato-v24-latin-700.woff2') format('woff2');
}
