@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;500;600;700&family=Noto+Serif+Bengali:wght@500;600;700&display=swap");

:root {
  --font-body: "Noto Sans Bengali", sans-serif;
  --font-display: "Noto Serif Bengali", serif;
  --bg: #f6f0e4;
  --surface: #fffaf2;
  --text: #2d261f;
  --text-soft: #6b6050;
  --heading: #21170f;
  --line: rgba(99, 72, 33, 0.16);
  --primary: #b35c1e;
  --primary-strong: #7f3d12;
  --footer: #241711;
  --hero-overlay: linear-gradient(135deg, rgba(31, 20, 11, 0.82), rgba(122, 70, 21, 0.42));
}
