/* ==========================================================
   RuneScape Theme — Medieval Fantasy MMORPG
   Scroll parchment, coin gold, blood red — Gielinor eternal
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Cinzel+Decorative:wght@400;700&family=IM+Fell+English:ital@0;1&display=swap');

:root {
  --bg:       #130e08;
  --bg-card:  #1e1508;
  --bg-hover: #2a1e0c;
  --text:     #d8c8a0;
  --muted:    #7a6a50;
  --border:   #3a2c18;
  --accent:   #c8a928;
  --accent2:  #e0c060;
  --link:     #d4a830;

  --rs-brown:  #8b5e3c;
  --rs-gold:   #c8a928;
  --rs-red:    #9c1a1a;
  --rs-tan:    #c4a882;

  --font-h:    'Cinzel', serif;
  --font-body: 'IM Fell English', Georgia, serif;
  --font-accent: 'Cinzel Decorative', serif;
  --font-mono: 'Share Tech Mono', monospace;
}

/* ── Background: candlelit tavern ──────────────────────── */
body {
  background-color: var(--bg);
  background-image:
    radial-gradient(ellipse at 20% 80%, rgba(140, 94, 60, .1) 0%, transparent 45%),
    radial-gradient(ellipse at 80% 20%, rgba(200, 169, 40, .07) 0%, transparent 45%);
  font-family: var(--font-body);
}

/* ── Scoped overrides ───────────────────────────────────── */
body.theme-runescape h1,
body.theme-runescape h2,
body.theme-runescape h3 {
  color: var(--accent2);
}

body.theme-runescape .site-header {
  border-bottom-color: var(--rs-gold);
}

body.theme-runescape .info-box {
  border-left-color: var(--rs-red);
}

body.theme-runescape .page-header__eyebrow {
  color: var(--rs-gold);
}
