/* DocuScape brand theme -- overrides styles.css's shared :root variables
   with DocuScape's own palette (same teal used in the app itself,
   Color(0xFF0EA5B4)). Every layout/component rule in styles.css is reused
   as-is; only the tokens change. */
:root {
  --bg: #0a1414;
  --bg-hero: radial-gradient(ellipse 900px 500px at 50% -10%, rgba(14, 165, 180, 0.16), transparent);
  --surface: #101f1f;
  --surface-2: #142828;
  --border: #1e3535;
  --text: #eaf6f6;
  --text-muted: #8fa8a8;
  --accent: #0ea5b4;
  --accent-2: #5fd4de;
  --accent-soft: rgba(14, 165, 180, 0.14);
}

.btn {
  color: #04191c;
}

.btn:hover {
  color: #04191c;
}
