/* Base stylesheet restored for blog/admin preview compatibility. */

:root {
  --bg: #050b14;
  --surface: #0b1b2b;
  --text: #e2e8f0;
  --muted: #94a3b8;
  --primary: #38bdf8;
  --accent: #2dd4bf;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
}

a {
  color: var(--primary);
}

img {
  max-width: 100%;
  height: auto;
}
