/* ── 莞荽體本地字型 ──────────────────────────────────────────── */
@font-face {
  font-family: 'Iansui';
  src: url('fonts/Iansui-Regular.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* 全站字型覆蓋：以莞荽體為主，西文 fallback 保留可讀性 */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, td, th, label, input, button, select, textarea {
  font-family: 'Iansui', 'Lato', 'Poppins', sans-serif !important;
}

.return-to-back {float:right; margin-bottom: 10px;}
.photo_list thead tr th {text-align:center;}
.photo_list .tile {text-align:center;}
.photo_list .origin {text-align:center;}
.photo_list th, .photo_list td {vertical-align: middle;}

@media (min-width: 1440px){
  .container {
    max-width: 1440px;
  }
}

.filter {
  border: solid 1px #999;
  margin-top: 20px;
}
