/*
Theme Name: sdm
Author: sdm
Description: A basic WordPress theme for SDM.
Version: 1.5
Text Domain: sdm
*/

/* Use fallback glyph only for U+2019 to avoid wide apostrophe spacing in Noto Sans TC. */
@font-face {
    font-family: "ApostropheFix";
    src: local("Noto Sans"), local("Arial");
    unicode-range: U+2019;
}

html,
body,
button,
input,
select,
textarea,
div,
span,
p,
li,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: "ApostropheFix", "Noto Sans TC", sans-serif;
}

.post p {
    color: #000;
    font-feature-settings:
        "liga" off,
        "clig" off;

    /* headline/body R */
    font-family: "ApostropheFix", "Noto Sans TC", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 36px */
    letter-spacing: 2px;
}

.post-content {
    text-align: justify;
    text-justify: inter-ideograph;
}

.post-content ol,
.post-content ul {
    margin-bottom: 1em;
    padding-left: 1.5em;
}

.post-content ol {
    list-style-type: decimal;
}

.post-content ul {
    list-style-type: disc;
}

.post-content li {
    color: #000;
    font-feature-settings:
        "liga" off,
        "clig" off;
    font-family: "ApostropheFix", "Noto Sans TC", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 2px;
}
