/* Post Writer - Footer */
/* ─── 20. Footer ─────────────────────────────────────── */

.site-footer {
  text-align: center;
  padding: 32px 0;
  margin-top: 48px;
}

.site-footer p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 14px;
  color: #888888;
}

.site-footer a {
  color: var(--accent-primary);
  text-decoration: none;

}

.site-footer a:hover {
  text-decoration: underline;
}

