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

body {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.95rem;
  line-height: 1.85;
  color: #333;
  /* padding: 1rem 1.5rem; */
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #09777d;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
}

/* h1 { font-size: 1.5rem; }
h2 { font-size: 1.25rem; }
h3 { font-size: 1.05rem; }
h4 { font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.08em; } */

ul, ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

li {
  margin-bottom: 0.3rem;
}

strong {
  font-weight: 600;
  color: #1a1a1a;
}

a {
  color: #09777d;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover {
  color: #054f53;
}

blockquote {
  border-left: 3px solid #09777d;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  color: #555;
  background: #f8f9fa;
  border-radius: 0 0.25rem 0.25rem 0;
}

blockquote p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  margin: 0.5rem 0;
}

table {
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

table th,
table td {
  padding: 0.4rem 0.75rem;
  border: 1px solid #dee2e6;
}

table th {
  background: #f8f9fa;
  font-weight: 500;
}
