@charset "utf-8";
/* CSS Document */
/* ==========================================================
   TYPOGRAPHY
   ========================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {

    margin: 0;

    font-weight: 700;

    line-height: 1.2;

}

p {

    margin: 0;

    line-height: 1.2;

}

h1{

    font-size:var(--font-size-h1);
    font-weight:700;
    line-height:1.1;
    letter-spacing:-0.03em;
    margin-bottom:0px;

}

h2{

    font-size:var(--font-size-h2);
    font-weight:700;
    line-height:1.2;
    margin-bottom:var(--space-xs);

}

h3{

    font-size:var(--font-size-h3);
    font-weight:600;
    line-height:1.3;
    margin-bottom:0px;

}

h4,
h5,
h6{

    font-weight:600;
    line-height:1.4;

}

p{

    margin-bottom:18px;
    color:var(--text-muted);

}

p:last-child{

    margin-bottom:0;

}

strong{

    color:var(--text);
    font-weight:600;

}

small{

    font-size:var(--font-size-small);

}

.section-title{

    text-align:center;

    margin-bottom:var(--space-lg);

}

.text-centre{

    text-align:center;

}

.text-left{

    text-align:left;

}

.text-right{

    text-align:right;

}

.text-muted{

    color:var(--text-muted);

}
