@import url('https://fonts.googleapis.com/css2?family=Trirong:wght@300;400;600&display=swap');

html {
  font-family: 'Trirong', serif;
  font-size: 16px;
  line-height: 1.4;
  color: #444444;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 2em;
  letter-spacing: 0.01em;
}

/* Headings – small caps, left aligned */
h1, h2, h3 {
  font-variant: small-caps;
  font-weight: 600;
  text-align: left;
  //letter-spacing: -0.1em;
  margin: 1em 0 1em;
  line-height: 0.9;
}

/* Paragraphs – justified, no indent */
p {
  margin: 1.2em 0;
 // text-align: justify;
  text-indent: 0;
}

/* First line in small caps and bold */


/* Links – clean and unobtrusive */
a {
  //text-decoration: none;
  //padding: 0.1em 0.1em;
  color:#000000;
  //font-variant:small-caps;
  font-weight:200;
  text-decoration: underline dotted;
text-decoration-color: rgba(0,0,0,0.3); /* light transparent */
text-decoration-thickness: 1px;
font-weight: 400;
 
  }

a:hover {
  text-decoration-style: solid;
}

/* Emphasis – bold, no italics */
em {
  font-style: italic;
  font-weight: 500;
  
}
i {
  font-style:  italic;
  //font-variant:small-caps
}
b {
  font-weight: 400;
  font-style:  italic;
  //font-variant:small-caps

}

/* Strong */
strong {
  font-weight: 700;
}

/* Blockquotes – small caps, slightly bigger, left aligned */
blockquote {
  font-variant: small-caps;
  font-weight: 500;
  font-size: 1.3em;
  margin: 2.5em 0;
  padding: 0.5em 1em;
  text-align: left;
  line-height: 1;
  color:#222222;
    border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  
}
blockquote em, blockquote i, blockquote b {
  font-style:normal
}

/* Horizontal rule – subtle */
hr {
  border: none;
  border-top: 1px solid #888;
  margin: 3em 0;
}

/* Small notes */
small {
  font-size: 0.6em;
  font-variant:small-caps
}
