/* Shared tokens for IDSESA landing variations */
:root {
  --ids-deep: #0a2540;
  --ids-primary: #1e4e7a;
  --ids-accent: #3d8bbd;
  --ids-soft: #e8eef4;
  --ids-bone: #f5f5f0;
  --ids-paper: #ffffff;
  --ids-ink: #0f1a2a;
  --ids-mute: #5b6b80;
  --ids-line: #d9dfe7;
  --ids-success: #2a9d8f;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ids-ink);
  background: var(--ids-paper);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
