:root{--page-title-display:none;}/* Start custom CSS *//* Base font size */
body{
    font-size:18px;
    line-height:1.8;
}

/* Headings */
h1{
    font-size:34px;
}

h2{
    font-size:30px;
}

h3{
    font-size:28px;
}

/* Paragraph */
p{
    font-size:20px;
}

/* List items */
ul, ol{
    font-size:22px;
}

/* Buttons */
.btn{
    font-size:20px;
}

/* Tables */
table{
    font-size:20px;
}

table th{
    font-size:22px;
}

table td{
    font-size:20px;
}

/* Highlight section */
.highlight{
    font-size:24px;
}/* End custom CSS */