:root {
  --bg: #fbf7ef;
  --surface: #fffaf2;
  --surface-2: #f5ead8;
  --text: #2b2118;
  --muted: #756553;
  --border: #e5d7c5;
  --accent: #9b6a32;
  --accent-2: #6d471e;
  --danger: #b42318;
  --ok: #287b44;
  --shadow: 0 18px 55px rgba(73, 47, 18, .08);
  --radius: 22px;
  --ui-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --reading-font: "Adobe Caslon Pro", "Adobe Caslon", "Libre Caslon Text",
    "Source Serif 4", Georgia, "Times New Roman", "Noto Serif", serif;
}

html[data-theme="dark"] {
  --bg: #17130f;
  --surface: #211a14;
  --surface-2: #2b2118;
  --text: #eee2d2;
  --muted: #c2b4a4;
  --border: #43372d;
  --accent: #d4a15f;
  --accent-2: #f0c685;
  --shadow: 0 18px 55px rgba(0, 0, 0, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(155,106,50,.10), transparent 32rem),
    var(--bg);
  color: var(--text);
  font-family: var(--ui-font);
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
/* PHAPHOC_KOHO_FONTFACE_V2_START */
@font-face {
  font-family: 'KoHo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/koho/koho-b2b813a81e2c.woff2) format('truetype');
}
@font-face {
  font-family: 'KoHo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/koho/koho-98e20cbeaebf.woff2) format('truetype');
}
@font-face {
  font-family: 'KoHo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/koho/koho-da6d3ba08f39.woff2) format('truetype');
}
@font-face {
  font-family: 'KoHo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/koho/koho-c3d76c3c4887.woff2) format('truetype');
}
/* PHAPHOC_KOHO_FONTFACE_V2_END */
