/*
 Theme Name:     Divi Child-Theme
 Description:    Divi Child-Theme
 Author:         Mareike Puschban
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
@font-face {
    font-family: 'Source Serif Pro';
    src: url('/wp-content/themes/divi-child/SourceSerifPro-Light.ttf') format('truetype'),
         url('/wp-content/themes/divi-child/SourceSerifPro-Light.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Serif Pro';
    src: url('/wp-content/themes/divi-child/SourceSerifPro-Regular.ttf') format('truetype'),
         url('/wp-content/themes/divi-child/SourceSerifPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('/wp-content/themes/divi-child/SourceSerifPro-SemiBold.ttf') format('truetype'),
         url('/wp-content/themes/divi-child/SourceSerifPro-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('/wp-content/themes/divi-child/SourceSerifPro-Bold.ttf') format('truetype'),
         url('/wp-content/themes/divi-child/SourceSerifPro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('/wp-content/themes/divi-child/K2D-Thin.ttf') format('truetype'),
         url('/wp-content/themes/divi-child/K2D-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('/wp-content/themes/divi-child/K2D-Light.ttf') format('truetype'),
         url('/wp-content/themes/divi-child/K2D-Light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('/wp-content/themes/divi-child/K2D-Medium.ttf') format('truetype'),
         url('/wp-content/themes/divi-child/K2D-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('/wp-content/themes/divi-child/K2D-SemiBold.ttf') format('truetype'),
         url('/wp-content/themes/divi-child/K2D-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('/wp-content/themes/divi-child/K2D-Bold.ttf') format('truetype'),
         url('/wp-content/themes/divi-child/K2D-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}