/* ==================================================
   KENAZER TYPOGRAPHY
   Version 1.0
================================================== */

/* ===========================
   BODY
=========================== */

body{

    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:1.8;
    color:#555;

}


/* ===========================
   HEADINGS
=========================== */

h1{

    font-size:56px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:25px;

}

h2{

    font-size:42px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:20px;

}

h3{

    font-size:30px;
    font-weight:600;
    line-height:1.4;
    margin-bottom:18px;

}

h4{

    font-size:24px;
    font-weight:600;
    line-height:1.5;
    margin-bottom:15px;

}

h5{

    font-size:20px;
    font-weight:600;
    line-height:1.5;

}

h6{

    font-size:18px;
    font-weight:600;
    line-height:1.5;

}


/* ===========================
   PARAGRAPH
=========================== */

p{

    margin-bottom:20px;

}


/* ===========================
   LINKS
=========================== */

a{

    color:#0B2C52;
    text-decoration:none;
    transition:.3s;

}

a:hover{

    color:#D4AF37;

}


/* ===========================
   SECTION TITLE
=========================== */

.kz-title,
.kenazer-title{

    color:#0B2C52;

    max-width:850px;

    margin:0 auto 60px;

    text-align:center;

}


/* ===========================
   SUBTITLE
=========================== */

.kz-subtitle,
.kenazer-subtitle{

    max-width:850px;

    margin:0 auto 50px;

    text-align:center;

    color:#666;

    font-size:18px;

    line-height:1.8;

}


/* ===========================
   SMALL LABEL
=========================== */

.kenazer-label{

    display:inline-block;

    color:#D4AF37;

    text-transform:uppercase;

    letter-spacing:2px;

    font-size:14px;

    font-weight:700;

    margin-bottom:12px;

}


/* ===========================
   TEXT ALIGNMENT
=========================== */

.text-center{

    text-align:center;

}

.text-left{

    text-align:left;

}

.text-right{

    text-align:right;

}


/* ===========================
   TEXT COLORS
=========================== */

.text-primary{

    color:#0B2C52;

}

.text-gold{

    color:#D4AF37;

}

.text-gray{

    color:#666666;

}

.text-white{

    color:#ffffff;

}


/* ===========================
   GUTENBERG SUPPORT
=========================== */

/* Mengikuti warna yang dipilih di editor */

.wp-block-heading{

    line-height:1.2;

}

.wp-block-paragraph{

    line-height:1.8;

}