/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Kranz Kommunikation
 Author:         Lena Demmer
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* ======================================================
   KRANZ KOMMUNIKATION
   DESIGN SYSTEM
====================================================== */
/* ======================================================
   TYPOGRAPHY GLOBAL OVERRIDE
====================================================== */

body,
.et_pb_section,
.et_pb_row,
.et_pb_column,
.et_pb_module,
.et_pb_text,
.et_pb_text_inner,
.et_pb_blurb_description,
.et_pb_toggle_content,
.et_pb_accordion,
.et_pb_button,
input,
textarea,
select,
button,
.job_listings,
.single_job_listing {
    font-family: "Glacial Indifference", sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.et_pb_module h1,
.et_pb_module h2,
.et_pb_module h3,
.et_pb_module h4,
.et_pb_module h5,
.et_pb_module h6,
.job_listings h3,
.single_job_listing h1,
.single_job_listing h2,
.single_job_listing h3 {
    font-family: "Glacial Indifference", sans-serif !important;
    color: var(--primary);
    font-weight: 700;
}

/* ======================================================
   TYPOGRAPHY
====================================================== */

body {
    font-family: "Glacial Indifference", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: var(--text);
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Glacial Indifference", sans-serif;
    color: var(--primary);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .6em;
}

h1 {
    font-size: clamp(42px, 5vw, 60px);
}

h2 {
    font-size: clamp(34px, 4vw, 46px);
}

h3 {
    font-size: clamp(26px, 3vw, 34px);
}

p {
    margin-bottom: 1.4em;
}

a {
    color: var(--secondary);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--secondary-hover);
}