/*
 Theme Name:     anoukzoe
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child
 Author:         Pixeldiva
 Author URI:     https://www.pixeldiva.ch
 Template:       Divi
 Version:        1.0.0
*/


/* ========================================
   POPPINS
======================================== */



@font-face {
    font-family: "Poppins";
    src: url("/wp-content/themes/anoukzoe/fonts/Poppins-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/wp-content/themes/anoukzoe/fonts/Poppins-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/wp-content/themes/anoukzoe/fonts/Poppins-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/wp-content/themes/anoukzoe/fonts/Poppins-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* ========================================
   DIVI GLOBALE SCHRIFT
======================================== */

:root {
    --et_global_heading_font: "Poppins";
    --et_global_body_font: "Poppins";
}


/* ========================================
   GRUNDSCHRIFT
======================================== */

body,
body.et_divi_theme {
    font-family: "Poppins", sans-serif !important;
}


/* ========================================
   ÜBERSCHRIFTEN
======================================== */

h1,
h2,
h3,
h4,
h5,
h6,
.et_pb_text h1,
.et_pb_text h2,
.et_pb_text h3,
.et_pb_text h4,
.et_pb_text h5,
.et_pb_text h6 {
    font-family: "Poppins", sans-serif !important;
    font-kerning: normal;
}

h1 {
    font-weight: 600;
    font-size: 2em;
    letter-spacing: 2px;
}

h2 {
    font-weight: 500;
    font-size: 1.3em;
    letter-spacing: 1px;
}

h3 {
    font-weight: 600;
    font-size: 1.8em;
    letter-spacing: 1px;
}

h4 {
    font-weight: 500;
    font-size: 1.3em;
    letter-spacing: 1px;
}


/* ========================================
   FOOTER
======================================== */

#footer-widgets {
    display: none;
}


/* ========================================
   LISTEN
======================================== */

ul {
    padding-left: 1em;
}