/*
Theme Name: Divi Child Meikes Schmeckerei
Theme URI: https://meikes-schmeckerei.de
Template: Divi
Description: Divi Child Theme für Meikes Schmeckerei
Author: redlion-media
Version: 1.0
*/

/* ===========================
   CORMORANT GARAMOND
=========================== */

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

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

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

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

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

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

/* ===========================
   DM SANS
=========================== */

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/dm-sans-v17-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/dm-sans-v17-latin-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/dm-sans-v17-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/dm-sans-v17-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===========================
   CSS VARIABLEN
=========================== */

:root {
    --farbe-petrol:  #2B5C6B;
    --farbe-mint:    #89BDB3;
    --farbe-sand:    #EDE5D4;
    --farbe-cream:   #F8F3EB;
    --font-heading:  'Cormorant Garamond', Georgia, serif;
    --font-body:     'DM Sans', Helvetica, sans-serif;
}

/* ===========================
   BASIS-TYPOGRAFIE
=========================== */

body {
    font-family: var(--font-body);
    background-color: var(--farbe-cream);
    color: #2a2a2a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
}
