/* TeachStack theme — used by both landing and app pages */

:root {
  --bg: #f8f5f0;
  --bg-dark: #1a1a2e;
  --fg: #1a1a2e;
  --fg-muted: #6b6b7a;
  --fg-inverse: #f8f5f0;
  --accent: #e8a838;
  --accent-dark: #c98c1e;
  --accent-warm: #f5c842;
  --indigo: #1a1a2e;
  --border: #e8e4dc;
  --card-bg: #ffffff;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; }