/* Cinder CSS overwriting */

body {
    font-family: 'Epilogue', sans-serif;
    background-color: #FFFCF8;
    color: #032014;
    font-size: 17px;
    line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Epilogue', sans-serif;
    color: #032014;
    font-weight: 700;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #C4C9C7;
}

p {
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
}

h1 {
    max-width: 900px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;
    letter-spacing: -0.035em;
    margin-bottom: 30px;
}

h2 {
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-top: 64px;
    margin-bottom: 24px;
}

h3 {
    font-size: 22px;
    line-height: 1.3;
}
