/*
 * ************************************************************
 * ************************************************************
 * ** Copyright (c) flavio.ferrara.it
 * ** All rights reserved.
 * **
 * ** Strict Proprietary Notice:
 * ** This website data, source code, and associated
 * ** assets are the exclusive property of flavio.ferrara.it.
 * ** Unauthorized copying, modification,
 * ** or distribution via any medium is strictly prohibited.
 * ************************************************************
 * ************************************************************
 */

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

body{
    font-family:'Inter',sans-serif;
}

section{
    padding:100px 0;
    scroll-margin-top:100px;
}

.section-header{
    margin-bottom:60px;
    text-align:center;
}

.section-header h2{
    font-family:'Cormorant Garamond',serif;
    font-size:3rem;
    color:var(--navy);
    margin-bottom:12px;
}

.section-header p{
    color:var(--slate);
    max-width:700px;
    margin:auto;
}

.subsection-header{
    margin-top:70px;
    margin-bottom:30px;
    text-align:center;
}

.subsection-header h3{
    font-family:'Cormorant Garamond',serif;
    font-size:1.8rem;
    color:var(--navy);
    margin-bottom:8px;
}

.subsection-header p{
    color:var(--slate);
    max-width:700px;
    margin:auto;
}

h1, h2, h3, p, a, li{
    overflow-wrap:break-word;
    word-break:normal;
}
