/*
 Theme Name:   Arocco Child
 Theme URI:    https://www.kukkia-go2.fi
 Description:  Lapsiteema Arocco Oy:n verkkosivuille
 Author:       Niina Järvinen / Kukkia Design
 Author URI:   https://www.kukkiadesign.fi
 Template:     Divi
 Version:      1.0.0
*/

/* === TYPOGRAFIA | AROCCO OY === */

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #2E2E2E;
    line-height: 1.7;
}

/* Otsikot */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* Pääotsikko */
h1 {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
}

/* Alaotsikot */
h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
}

h3 {
    font-size: 1.5rem;
}

/* Painikkeet */
button,
.et_pb_button {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}