/* ==============================================================
   hebrew.css — Biblical Hebrew course theme
   Earthy desert / ancient Near East palette
   ============================================================== */

:root {
  --bg-color:           #fdf6ec;
  --text-color:         #3a2210;
  --text-muted:         #8a6248;
  --accent-color:       #7a3a10;
  --card-bg:            #fffaf3;
  --card-header-bg:     #f5e6cc;
  --card-header-hover:  #eddab0;
  --border-color:       #d4b896;
  --row-hover:          #fdf0dc;
  --table-header-text:  #fff8ee;
  --footer-bg:          #5c3a1e;
  --footer-text:        rgba(253, 246, 232, 0.72);
  --hero-gradient:      linear-gradient(160deg, #4a2810 0%, #7a4420 50%, #b06028 100%);
}

body {
  background: var(--bg-color);
  color: var(--text-color);
}

/* Warm ochre accent stripe below hero */
.lang-hero {
  border-bottom: 5px solid #7a3a10;
  box-shadow: 0 4px 0 rgba(196, 132, 58, 0.50);
}
