/* ===== 真實樹屋 · 基礎樣式 ===== */

@font-face {
  font-family: 'Lebi';
  src: url('../fonts/lebifont-proportional.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JFLatte';
  src: url('../fonts/jf-jinxuanlatte-2.0-medium.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'JFLatte';
  src: url('../fonts/jf-jinxuanlatte-2.0-bold.otf') format('opentype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'ChenYuluoyan';
  src: url('../fonts/ChenYuluoyan-Thin.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'JFLatte', 'Noto Sans TC', sans-serif;
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
}

a { color: inherit; }
