/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/* 中文CSS排版 */

html, body {
font-family: Arial, "Noto Sans TC", sans-serif;
font-size: 1em;
letter-spacing: 1.8px;
line-height: 16px;
font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
font-weight: 500;
}

h1 {
font-size: 2.5em;
line-height: 1.5;
}

h2 {
font-size: 2em;
line-height: 1.5;
}

h3 {
font-size: 1.7em;
line-height: 1.4;
}

h4 {
font-size: 1.5em;
line-height: 1.4;
}

h5 {
font-size: 1.2em;
line-height: 1.4;
}

h6 {
font-size: 1.1em;
line-height: 1.3;
}
p {
font-size: 1em;
line-height: 1.3;
}


