/**
 * Lokale Fonts - DSGVO-konform
 * phở by UMÊ
 * 
 * Fonts: Cormorant Garamond, Inter
 * Format: WOFF2 (beste Komprimierung)
 */

/* ==========================================================================
   Cormorant Garamond
   ========================================================================== */

/* Cormorant Garamond - Light (300) */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Cormorant Garamond Light'),
         url('/fonts/cormorant-garamond-v21-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: local('Cormorant Garamond Regular'),
         url('/fonts/cormorant-garamond-v21-latin-regular.woff2') format('woff2');
}

/* Cormorant Garamond - Regular Italic (400) */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Cormorant Garamond Italic'),
         url('/fonts/cormorant-garamond-v21-latin-italic.woff2') format('woff2');
}

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

/* Cormorant Garamond - SemiBold Italic (600) */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Cormorant Garamond SemiBold Italic'),
         url('/fonts/cormorant-garamond-v21-latin-600italic.woff2') format('woff2');
}

/* ==========================================================================
   Inter
   ========================================================================== */

/* Inter - ExtraLight (200) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Inter ExtraLight'),
         url('/fonts/inter-v20-latin-200.woff2') format('woff2');
}

/* Inter - Light (300) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Inter Light'),
         url('/fonts/inter-v20-latin-300.woff2') format('woff2');
}

/* Inter - Regular (400) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Inter Regular'),
         url('/fonts/inter-v20-latin-regular.woff2') format('woff2');
}

/* Inter - Medium (500) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Inter Medium'),
         url('/fonts/inter-v20-latin-500.woff2') format('woff2');
}
